Html Css Color HEX #37CFCC Medium Turquoise

📋 copy color: '#37CFCC'

red 55 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #37CFCC

Tints of Medium Turquoise #37CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.42%

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 11.8%
G = 44.42%
B = 43.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#37CFCC (or 0x37CFCC) is known color: Medium Turquoise. HEX triplet: 37, CF and CC. RGB value is (55,207,204). Sum of RGB (Red+Green+Blue) = 55+207+204=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFCC is #C83033. Grayscale: #A1A1A1. Windows color (decimal): -13119540 or 13422391. OLE color: 13422391.

HSL color Cylindrical-coordinate representation of color #37CFCC: hue angle of 178.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CFCC is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 207 204 -
CMYK 0.73 0 0.01 0.19
HSL 178.82º 0.61% 0.51% -
HSV(B) 178.82º 0.73% 0.81% -
XYZ 34.79 49.8 64.91 -
YUV 161.21 152.14 52.24 -
System Red Green Blue C M Y K H S L
Decimal 55 207 204 0.73 0 0.01 0.19 178.82 0.61 0.51
Hex 37 CF CC 49 0 1 13 B3 3D 33
Octal 67 317 314 111 0 1 23 263 75 63
Binary 110111 11001111 11001100 1001001 0 1 10011 10110011 111101 110011

Color Harmonies of #37CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CFCC

Black with #37CFCC

Text Example


Text Example

White with #37CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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