Html Css Color HEX #37C9CD Medium Turquoise

📋 copy color: '#37C9CD'

red 55 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #37C9CD

Tints of Medium Turquoise #37C9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

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

R = 11.93%
G = 43.6%
B = 44.47%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#37C9CD (or 0x37C9CD) is known color: Medium Turquoise. HEX triplet: 37, C9 and CD. RGB value is (55,201,205). Sum of RGB (Red+Green+Blue) = 55+201+205=461 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.93% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #37C9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37C9CD is #C83632. Grayscale: #9D9D9D. Windows color (decimal): -13121075 or 13486391. OLE color: 13486391.

HSL color Cylindrical-coordinate representation of color #37C9CD: hue angle of 181.6º degrees, saturation: 0.6, 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 #37C9CD is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 201 205 -
CMYK 0.73 0.02 0 0.20
HSL 181.6º 0.6% 0.51% -
HSV(B) 181.6º 0.73% 0.8% -
XYZ 33.48 46.99 65.06 -
YUV 157.8 154.63 54.67 -
System Red Green Blue C M Y K H S L
Decimal 55 201 205 0.73 0.02 0 0.20 181.6 0.6 0.51
Hex 37 C9 CD 49 2 0 14 B6 3C 33
Octal 67 311 315 111 2 0 24 266 74 63
Binary 110111 11001001 11001101 1001001 10 0 10100 10110110 111100 110011

Color Harmonies of #37C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37C9CD

Black with #37C9CD

Text Example


Text Example

White with #37C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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