Html Css Color HEX #31DFCF Turquoise

📋 copy color: '#31DFCF'

red 49 ◦ green 223 ◦ blue 207

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

Shades of Turquoise #31DFCF

Tints of Turquoise #31DFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.56%

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

R = 10.23%
G = 46.56%
B = 43.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#31DFCF (or 0x31DFCF) is known color: Turquoise. HEX triplet: 31, DF and CF. RGB value is (49,223,207). Sum of RGB (Red+Green+Blue) = 49+223+207=479 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.23% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFCF is #CE2030. Grayscale: #A9A9A9. Windows color (decimal): -13508657 or 13623089. OLE color: 13623089.

HSL color Cylindrical-coordinate representation of color #31DFCF: hue angle of 174.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DFCF is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 223 207 -
CMYK 0.78 0 0.07 0.13
HSL 174.48º 0.73% 0.53% -
HSV(B) 174.48º 0.78% 0.87% -
XYZ 38.92 57.93 68.16 -
YUV 169.15 149.35 42.3 -
System Red Green Blue C M Y K H S L
Decimal 49 223 207 0.78 0 0.07 0.13 174.48 0.73 0.53
Hex 31 DF CF 4E 0 7 D AE 49 35
Octal 61 337 317 116 0 7 15 256 111 65
Binary 110001 11011111 11001111 1001110 0 111 1101 10101110 1001001 110101

Color Harmonies of #31DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DFCF

Black with #31DFCF

Text Example


Text Example

White with #31DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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