Html Css Color HEX #37CDDD Medium Turquoise

📋 copy color: '#37CDDD'

red 55 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #37CDDD

Tints of Medium Turquoise #37CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 11.43%
G = 42.62%
B = 45.95%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#37CDDD (or 0x37CDDD) is known color: Medium Turquoise. HEX triplet: 37, CD and DD. RGB value is (55,205,221). Sum of RGB (Red+Green+Blue) = 55+205+221=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #37CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDDD is #C83222. Grayscale: #A1A1A1. Windows color (decimal): -13120035 or 14535991. OLE color: 14535991.

HSL color Cylindrical-coordinate representation of color #37CDDD: hue angle of 185.78º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CDDD is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 205 221 -
CMYK 0.75 0.07 0 0.13
HSL 185.78º 0.71% 0.54% -
HSV(B) 185.78º 0.75% 0.87% -
XYZ 36.46 49.7 76.08 -
YUV 161.97 161.31 51.7 -
System Red Green Blue C M Y K H S L
Decimal 55 205 221 0.75 0.07 0 0.13 185.78 0.71 0.54
Hex 37 CD DD 4B 7 0 D BA 47 36
Octal 67 315 335 113 7 0 15 272 107 66
Binary 110111 11001101 11011101 1001011 111 0 1101 10111010 1000111 110110

Color Harmonies of #37CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CDDD

Black with #37CDDD

Text Example


Text Example

White with #37CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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