Html Css Color HEX #37D0DD Medium Turquoise

📋 copy color: '#37D0DD'

red 55 ◦ green 208 ◦ blue 221

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

Shades of Medium Turquoise #37D0DD

Tints of Medium Turquoise #37D0DD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

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

R = 11.36%
G = 42.98%
B = 45.66%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#37D0DD (or 0x37D0DD) is known color: Medium Turquoise. HEX triplet: 37, D0 and DD. RGB value is (55,208,221). Sum of RGB (Red+Green+Blue) = 55+208+221=484 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.36% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #37D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D0DD is #C82F22. Grayscale: #A3A3A3. Windows color (decimal): -13119267 or 14536759. OLE color: 14536759.

HSL color Cylindrical-coordinate representation of color #37D0DD: hue angle of 184.7º 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 #37D0DD is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 208 221 -
CMYK 0.75 0.06 0 0.13
HSL 184.7º 0.71% 0.54% -
HSV(B) 184.7º 0.75% 0.87% -
XYZ 37.18 51.14 76.32 -
YUV 163.74 160.31 50.44 -
System Red Green Blue C M Y K H S L
Decimal 55 208 221 0.75 0.06 0 0.13 184.7 0.71 0.54
Hex 37 D0 DD 4B 6 0 D B9 47 36
Octal 67 320 335 113 6 0 15 271 107 66
Binary 110111 11010000 11011101 1001011 110 0 1101 10111001 1000111 110110

Color Harmonies of #37D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D0DD

Black with #37D0DD

Text Example


Text Example

White with #37D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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