Html Css Color HEX #37CECD Medium Turquoise

📋 copy color: '#37CECD'

red 55 ◦ green 206 ◦ blue 205

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

Shades of Medium Turquoise #37CECD

Tints of Medium Turquoise #37CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 11.8%
G = 44.21%
B = 43.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#37CECD (or 0x37CECD) is known color: Medium Turquoise. HEX triplet: 37, CE and CD. RGB value is (55,206,205). Sum of RGB (Red+Green+Blue) = 55+206+205=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #37CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CECD is #C83132. Grayscale: #A0A0A0. Windows color (decimal): -13119795 or 13487671. OLE color: 13487671.

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

Color convert

RGB 55 206 205 -
CMYK 0.73 0 0.00 0.19
HSL 179.6º 0.61% 0.51% -
HSV(B) 179.6º 0.73% 0.81% -
XYZ 34.67 49.36 65.46 -
YUV 160.74 152.97 52.58 -
System Red Green Blue C M Y K H S L
Decimal 55 206 205 0.73 0 0.00 0.19 179.6 0.61 0.51
Hex 37 CE CD 49 0 0 13 B4 3D 33
Octal 67 316 315 111 0 0 23 264 75 63
Binary 110111 11001110 11001101 1001001 0 0 10011 10110100 111101 110011

Color Harmonies of #37CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CECD

Black with #37CECD

Text Example


Text Example

White with #37CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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