Html Css Color HEX #31D6CF Turquoise

📋 copy color: '#31D6CF'

red 49 ◦ green 214 ◦ blue 207

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

Shades of Turquoise #31D6CF

Tints of Turquoise #31D6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 10.43%
G = 45.53%
B = 44.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#31D6CF (or 0x31D6CF) is known color: Turquoise. HEX triplet: 31, D6 and CF. RGB value is (49,214,207). Sum of RGB (Red+Green+Blue) = 49+214+207=470 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.43% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #31D6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D6CF is #CE2930. Grayscale: #A3A3A3. Windows color (decimal): -13510961 or 13620785. OLE color: 13620785.

HSL color Cylindrical-coordinate representation of color #31D6CF: hue angle of 177.45º 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 #31D6CF is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 214 207 -
CMYK 0.77 0 0.03 0.16
HSL 177.45º 0.67% 0.52% -
HSV(B) 177.45º 0.77% 0.84% -
XYZ 36.58 53.25 67.38 -
YUV 163.87 152.34 46.07 -
System Red Green Blue C M Y K H S L
Decimal 49 214 207 0.77 0 0.03 0.16 177.45 0.67 0.52
Hex 31 D6 CF 4D 0 3 10 B1 43 34
Octal 61 326 317 115 0 3 20 261 103 64
Binary 110001 11010110 11001111 1001101 0 11 10000 10110001 1000011 110100

Color Harmonies of #31D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D6CF

Black with #31D6CF

Text Example


Text Example

White with #31D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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