Html Css Color HEX #31D6CE Turquoise

📋 copy color: '#31D6CE'

red 49 ◦ green 214 ◦ blue 206

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

Shades of Turquoise #31D6CE

Tints of Turquoise #31D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

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

R = 10.45%
G = 45.63%
B = 43.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#31D6CE (or 0x31D6CE) is known color: Turquoise. HEX triplet: 31, D6 and CE. RGB value is (49,214,206). Sum of RGB (Red+Green+Blue) = 49+214+206=469 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.45% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #31D6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D6CE is #CE2931. Grayscale: #A3A3A3. Windows color (decimal): -13510962 or 13555249. OLE color: 13555249.

HSL color Cylindrical-coordinate representation of color #31D6CE: hue angle of 177.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D6CE is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 214 206 -
CMYK 0.77 0 0.04 0.16
HSL 177.09º 0.67% 0.52% -
HSV(B) 177.09º 0.77% 0.84% -
XYZ 36.45 53.2 66.74 -
YUV 163.75 151.84 46.15 -
System Red Green Blue C M Y K H S L
Decimal 49 214 206 0.77 0 0.04 0.16 177.09 0.67 0.52
Hex 31 D6 CE 4D 0 4 10 B1 43 34
Octal 61 326 316 115 0 4 20 261 103 64
Binary 110001 11010110 11001110 1001101 0 100 10000 10110001 1000011 110100

Color Harmonies of #31D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D6CE

Black with #31D6CE

Text Example


Text Example

White with #31D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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