Html Css Color HEX #31D9CF Turquoise

📋 copy color: '#31D9CF'

red 49 ◦ green 217 ◦ blue 207

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

Shades of Turquoise #31D9CF

Tints of Turquoise #31D9CF

RGB

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

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

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

R = 10.36%
G = 45.88%
B = 43.76%

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

#31D9CF (or 0x31D9CF) is known color: Turquoise. HEX triplet: 31, D9 and CF. RGB value is (49,217,207). Sum of RGB (Red+Green+Blue) = 49+217+207=473 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.36% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #31D9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D9CF is #CE2630. Grayscale: #A5A5A5. Windows color (decimal): -13510193 or 13621553. OLE color: 13621553.

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

Color convert

RGB 49 217 207 -
CMYK 0.77 0 0.05 0.15
HSL 176.43º 0.69% 0.52% -
HSV(B) 176.43º 0.77% 0.85% -
XYZ 37.34 54.78 67.64 -
YUV 165.63 151.34 44.81 -
System Red Green Blue C M Y K H S L
Decimal 49 217 207 0.77 0 0.05 0.15 176.43 0.69 0.52
Hex 31 D9 CF 4D 0 5 F B0 45 34
Octal 61 331 317 115 0 5 17 260 105 64
Binary 110001 11011001 11001111 1001101 0 101 1111 10110000 1000101 110100

Color Harmonies of #31D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D9CF

Black with #31D9CF

Text Example


Text Example

White with #31D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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