Html Css Color HEX #31FCD6 Turquoise

📋 copy color: '#31FCD6'

red 49 ◦ green 252 ◦ blue 214

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

Shades of Turquoise #31FCD6

Tints of Turquoise #31FCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.93%

 BLUE value IS 214 (83.98% from 255) = 41.55%

R = 9.51%
G = 48.93%
B = 41.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#31FCD6 (or 0x31FCD6) is known color: Turquoise. HEX triplet: 31, FC and D6. RGB value is (49,252,214). Sum of RGB (Red+Green+Blue) = 49+252+214=515 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.51% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCD6 is #CE0329. Grayscale: #BABABA. Windows color (decimal): -13501226 or 14089265. OLE color: 14089265.

HSL color Cylindrical-coordinate representation of color #31FCD6: hue angle of 168.77º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FCD6 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 252 214 -
CMYK 0.81 0 0.15 0.01
HSL 168.77º 0.97% 0.59% -
HSV(B) 168.77º 0.81% 0.99% -
XYZ 48.21 75.13 75.58 -
YUV 186.97 143.25 29.59 -
System Red Green Blue C M Y K H S L
Decimal 49 252 214 0.81 0 0.15 0.01 168.77 0.97 0.59
Hex 31 FC D6 51 0 F 1 A9 61 3B
Octal 61 374 326 121 0 17 1 251 141 73
Binary 110001 11111100 11010110 1010001 0 1111 1 10101001 1100001 111011

Color Harmonies of #31FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FCD6

Black with #31FCD6

Text Example


Text Example

White with #31FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,252,214); }

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

background-color css

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

 a { background-color: rgb(49,252,214); }

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

border-color css

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

 span { border-color: rgb(49,252,214); }

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