Html Css Color HEX #37CECC Medium Turquoise

📋 copy color: '#37CECC'

red 55 ◦ green 206 ◦ blue 204

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

Shades of Medium Turquoise #37CECC

Tints of Medium Turquoise #37CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.3%

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

R = 11.83%
G = 44.3%
B = 43.87%

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

#37CECC (or 0x37CECC) is known color: Medium Turquoise. HEX triplet: 37, CE and CC. RGB value is (55,206,204). Sum of RGB (Red+Green+Blue) = 55+206+204=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #37CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CECC is #C83133. Grayscale: #A0A0A0. Windows color (decimal): -13119796 or 13422135. OLE color: 13422135.

HSL color Cylindrical-coordinate representation of color #37CECC: hue angle of 179.21º 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 #37CECC is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 206 204 -
CMYK 0.73 0 0.01 0.19
HSL 179.21º 0.61% 0.51% -
HSV(B) 179.21º 0.73% 0.81% -
XYZ 34.55 49.31 64.82 -
YUV 160.62 152.47 52.66 -
System Red Green Blue C M Y K H S L
Decimal 55 206 204 0.73 0 0.01 0.19 179.21 0.61 0.51
Hex 37 CE CC 49 0 1 13 B3 3D 33
Octal 67 316 314 111 0 1 23 263 75 63
Binary 110111 11001110 11001100 1001001 0 1 10011 10110011 111101 110011

Color Harmonies of #37CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CECC

Black with #37CECC

Text Example


Text Example

White with #37CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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