Html Css Color HEX #37CCCB Medium Turquoise

📋 copy color: '#37CCCB'

red 55 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #37CCCB

Tints of Medium Turquoise #37CCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 11.9%
G = 44.16%
B = 43.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#37CCCB (or 0x37CCCB) is known color: Medium Turquoise. HEX triplet: 37, CC and CB. RGB value is (55,204,203). Sum of RGB (Red+Green+Blue) = 55+204+203=462 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.90% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #37CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCCB is #C83334. Grayscale: #9F9F9F. Windows color (decimal): -13120309 or 13356087. OLE color: 13356087.

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

Color convert

RGB 55 204 203 -
CMYK 0.73 0 0.00 0.2
HSL 179.6º 0.59% 0.51% -
HSV(B) 179.6º 0.73% 0.8% -
XYZ 33.95 48.31 64.04 -
YUV 159.34 152.64 53.58 -
System Red Green Blue C M Y K H S L
Decimal 55 204 203 0.73 0 0.00 0.2 179.6 0.59 0.51
Hex 37 CC CB 49 0 0 14 B4 3B 33
Octal 67 314 313 111 0 0 24 264 73 63
Binary 110111 11001100 11001011 1001001 0 0 10100 10110100 111011 110011

Color Harmonies of #37CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CCCB

Black with #37CCCB

Text Example


Text Example

White with #37CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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