Html Css Color HEX #37CCCE Medium Turquoise

📋 copy color: '#37CCCE'

red 55 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #37CCCE

Tints of Medium Turquoise #37CCCE

RGB

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

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

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

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

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 55 204 206 -
CMYK 0.73 0.01 0 0.19
HSL 180.79º 0.61% 0.51% -
HSV(B) 180.79º 0.73% 0.81% -
XYZ 34.31 48.45 65.94 -
YUV 159.68 154.14 53.34 -
System Red Green Blue C M Y K H S L
Decimal 55 204 206 0.73 0.01 0 0.19 180.79 0.61 0.51
Hex 37 CC CE 49 1 0 13 B5 3D 33
Octal 67 314 316 111 1 0 23 265 75 63
Binary 110111 11001100 11001110 1001001 1 0 10011 10110101 111101 110011

Color Harmonies of #37CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CCCE

Black with #37CCCE

Text Example


Text Example

White with #37CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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