Html Css Color HEX #31DECC Turquoise

📋 copy color: '#31DECC'

red 49 ◦ green 222 ◦ blue 204

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

Shades of Turquoise #31DECC

Tints of Turquoise #31DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.74%

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 10.32%
G = 46.74%
B = 42.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#31DECC (or 0x31DECC) is known color: Turquoise. HEX triplet: 31, DE and CC. RGB value is (49,222,204). Sum of RGB (Red+Green+Blue) = 49+222+204=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #31DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DECC is #CE2133. Grayscale: #A8A8A8. Windows color (decimal): -13508916 or 13426225. OLE color: 13426225.

HSL color Cylindrical-coordinate representation of color #31DECC: hue angle of 173.76º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DECC is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 222 204 -
CMYK 0.78 0 0.08 0.13
HSL 173.76º 0.72% 0.53% -
HSV(B) 173.76º 0.78% 0.87% -
XYZ 38.29 57.26 66.16 -
YUV 168.22 148.19 42.96 -
System Red Green Blue C M Y K H S L
Decimal 49 222 204 0.78 0 0.08 0.13 173.76 0.72 0.53
Hex 31 DE CC 4E 0 8 D AE 48 35
Octal 61 336 314 116 0 10 15 256 110 65
Binary 110001 11011110 11001100 1001110 0 1000 1101 10101110 1001000 110101

Color Harmonies of #31DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DECC

Black with #31DECC

Text Example


Text Example

White with #31DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,222,204); }

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

background-color css

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

 a { background-color: rgb(49,222,204); }

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

border-color css

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

 span { border-color: rgb(49,222,204); }

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