Html Css Color HEX #31D9FB Turquoise

📋 copy color: '#31D9FB'

red 49 ◦ green 217 ◦ blue 251

#31D9FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #31D9FB

Tints of Turquoise #31D9FB

RGB

 RED value IS 49 (19.53% from 255) = 9.48%

 GREEN value IS 217 (85.16% from 255) = 41.97%

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 9.48%
G = 41.97%
B = 48.55%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#31D9FB (or 0x31D9FB) is known color: Turquoise. HEX triplet: 31, D9 and FB. RGB value is (49,217,251). Sum of RGB (Red+Green+Blue) = 49+217+251=517 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.48% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #31D9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D9FB is #CE2604. Grayscale: #AAAAAA. Windows color (decimal): -13510149 or 16505137. OLE color: 16505137.

HSL color Cylindrical-coordinate representation of color #31D9FB: hue angle of 190.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31D9FB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 217 251 -
CMYK 0.80 0.14 0 0.02
HSL 190.1º 0.96% 0.59% -
HSV(B) 190.1º 0.8% 0.98% -
XYZ 43.49 57.24 100.02 -
YUV 170.64 173.34 41.24 -
System Red Green Blue C M Y K H S L
Decimal 49 217 251 0.80 0.14 0 0.02 190.1 0.96 0.59
Hex 31 D9 FB 50 E 0 2 BE 60 3B
Octal 61 331 373 120 16 0 2 276 140 73
Binary 110001 11011001 11111011 1010000 1110 0 10 10111110 1100000 111011

Color Harmonies of #31D9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D9FB

Black with #31D9FB

Text Example


Text Example

White with #31D9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31D9FB; }

 p { color: rgb(49,217,251); }

 H1.HeaderClassName
 {
   color: #31D9FB;
 }
 .AnyTagClassName
 {
   color: #31D9FB;
 }
</style>

background-color css

<style>
 a { background-color: #31D9FB; }

 a { background-color: rgb(49,217,251); }

 div.DivClassName
 {
   background-color: #31D9FB;
 }
 .BgClassName
 {
   background-color: #31D9FB;
 }
</style>

border-color css

<style>
 span { border-color: #31D9FB; }

 span { border-color: rgb(49,217,251); }

 td.TdClassName
 {
   border-color: #31D9FB;
 }
 .TagClassName
 {
   border-color: #31D9FB;
 }
</style>