Html Css Color HEX #37CCDD Medium Turquoise

📋 copy color: '#37CCDD'

red 55 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #37CCDD

Tints of Medium Turquoise #37CCDD

RGB

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

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

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

R = 11.46%
G = 42.5%
B = 46.04%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#37CCDD (or 0x37CCDD) is known color: Medium Turquoise. HEX triplet: 37, CC and DD. RGB value is (55,204,221). Sum of RGB (Red+Green+Blue) = 55+204+221=480 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.46% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #37CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCDD is #C83322. Grayscale: #A1A1A1. Windows color (decimal): -13120291 or 14535735. OLE color: 14535735.

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

Color convert

RGB 55 204 221 -
CMYK 0.75 0.08 0 0.13
HSL 186.14º 0.71% 0.54% -
HSV(B) 186.14º 0.75% 0.87% -
XYZ 36.22 49.22 76 -
YUV 161.39 161.64 52.12 -
System Red Green Blue C M Y K H S L
Decimal 55 204 221 0.75 0.08 0 0.13 186.14 0.71 0.54
Hex 37 CC DD 4B 8 0 D BA 47 36
Octal 67 314 335 113 10 0 15 272 107 66
Binary 110111 11001100 11011101 1001011 1000 0 1101 10111010 1000111 110110

Color Harmonies of #37CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CCDD

Black with #37CCDD

Text Example


Text Example

White with #37CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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