Html Css Color HEX #31D2CE Turquoise

📋 copy color: '#31D2CE'

red 49 ◦ green 210 ◦ blue 206

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

Shades of Turquoise #31D2CE

Tints of Turquoise #31D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.16%

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 10.54%
G = 45.16%
B = 44.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#31D2CE (or 0x31D2CE) is known color: Turquoise. HEX triplet: 31, D2 and CE. RGB value is (49,210,206). Sum of RGB (Red+Green+Blue) = 49+210+206=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #31D2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D2CE is #CE2D31. Grayscale: #A1A1A1. Windows color (decimal): -13511986 or 13554225. OLE color: 13554225.

HSL color Cylindrical-coordinate representation of color #31D2CE: hue angle of 178.51º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D2CE is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 210 206 -
CMYK 0.77 0 0.02 0.18
HSL 178.51º 0.64% 0.51% -
HSV(B) 178.51º 0.77% 0.82% -
XYZ 35.45 51.2 66.41 -
YUV 161.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 49 210 206 0.77 0 0.02 0.18 178.51 0.64 0.51
Hex 31 D2 CE 4D 0 2 12 B3 40 33
Octal 61 322 316 115 0 2 22 263 100 63
Binary 110001 11010010 11001110 1001101 0 10 10010 10110011 1000000 110011

Color Harmonies of #31D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D2CE

Black with #31D2CE

Text Example


Text Example

White with #31D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,210,206); }

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

background-color css

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

 a { background-color: rgb(49,210,206); }

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

border-color css

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

 span { border-color: rgb(49,210,206); }

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