Html Css Color HEX #37CCCC Medium Turquoise

📋 copy color: '#37CCCC'

red 55 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #37CCCC

Tints of Medium Turquoise #37CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

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

R = 11.88%
G = 44.06%
B = 44.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#37CCCC (or 0x37CCCC) is known color: Medium Turquoise. HEX triplet: 37, CC and CC. RGB value is (55,204,204). Sum of RGB (Red+Green+Blue) = 55+204+204=463 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.88% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #37CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCCC is #C83333. Grayscale: #9F9F9F. Windows color (decimal): -13120308 or 13421623. OLE color: 13421623.

HSL color Cylindrical-coordinate representation of color #37CCCC: hue angle of 180º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CCCC is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 204 204 -
CMYK 0.73 0 0 0.2
HSL 180º 0.59% 0.51% -
HSV(B) 180º 0.73% 0.8% -
XYZ 34.07 48.36 64.67 -
YUV 159.45 153.14 53.5 -
System Red Green Blue C M Y K H S L
Decimal 55 204 204 0.73 0 0 0.2 180 0.59 0.51
Hex 37 CC CC 49 0 0 14 B4 3B 33
Octal 67 314 314 111 0 0 24 264 73 63
Binary 110111 11001100 11001100 1001001 0 0 10100 10110100 111011 110011

Color Harmonies of #37CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CCCC

Black with #37CCCC

Text Example


Text Example

White with #37CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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