Html Css Color HEX #31D9CE Turquoise

📋 copy color: '#31D9CE'

red 49 ◦ green 217 ◦ blue 206

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

Shades of Turquoise #31D9CE

Tints of Turquoise #31D9CE

RGB

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

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

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

R = 10.38%
G = 45.97%
B = 43.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#31D9CE (or 0x31D9CE) is known color: Turquoise. HEX triplet: 31, D9 and CE. RGB value is (49,217,206). Sum of RGB (Red+Green+Blue) = 49+217+206=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #31D9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D9CE is #CE2631. Grayscale: #A5A5A5. Windows color (decimal): -13510194 or 13556017. OLE color: 13556017.

HSL color Cylindrical-coordinate representation of color #31D9CE: hue angle of 176.07º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D9CE is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 206 -
CMYK 0.77 0 0.05 0.15
HSL 176.07º 0.69% 0.52% -
HSV(B) 176.07º 0.77% 0.85% -
XYZ 37.22 54.73 67 -
YUV 165.51 150.84 44.89 -
System Red Green Blue C M Y K H S L
Decimal 49 217 206 0.77 0 0.05 0.15 176.07 0.69 0.52
Hex 31 D9 CE 4D 0 5 F B0 45 34
Octal 61 331 316 115 0 5 17 260 105 64
Binary 110001 11011001 11001110 1001101 0 101 1111 10110000 1000101 110100

Color Harmonies of #31D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D9CE

Black with #31D9CE

Text Example


Text Example

White with #31D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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