Html Css Color HEX #37DFCF Turquoise

📋 copy color: '#37DFCF'

red 55 ◦ green 223 ◦ blue 207

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

Shades of Turquoise #37DFCF

Tints of Turquoise #37DFCF

RGB

 RED value IS 55 (21.88% from 255) = 11.34%

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

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

R = 11.34%
G = 45.98%
B = 42.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#37DFCF (or 0x37DFCF) is known color: Turquoise. HEX triplet: 37, DF and CF. RGB value is (55,223,207). Sum of RGB (Red+Green+Blue) = 55+223+207=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFCF is #C82030. Grayscale: #AAAAAA. Windows color (decimal): -13115441 or 13623095. OLE color: 13623095.

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

Color convert

RGB 55 223 207 -
CMYK 0.75 0 0.07 0.13
HSL 174.29º 0.72% 0.55% -
HSV(B) 174.29º 0.75% 0.87% -
XYZ 39.23 58.09 68.18 -
YUV 170.94 148.34 45.3 -
System Red Green Blue C M Y K H S L
Decimal 55 223 207 0.75 0 0.07 0.13 174.29 0.72 0.55
Hex 37 DF CF 4B 0 7 D AE 48 37
Octal 67 337 317 113 0 7 15 256 110 67
Binary 110111 11011111 11001111 1001011 0 111 1101 10101110 1001000 110111

Color Harmonies of #37DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DFCF

Black with #37DFCF

Text Example


Text Example

White with #37DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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