Html Css Color HEX #37CEDD Medium Turquoise

📋 copy color: '#37CEDD'

red 55 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #37CEDD

Tints of Medium Turquoise #37CEDD

RGB

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

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

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

R = 11.41%
G = 42.74%
B = 45.85%

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

#37CEDD (or 0x37CEDD) is known color: Medium Turquoise. HEX triplet: 37, CE and DD. RGB value is (55,206,221). Sum of RGB (Red+Green+Blue) = 55+206+221=482 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.41% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #37CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEDD is #C83122. Grayscale: #A2A2A2. Windows color (decimal): -13119779 or 14536247. OLE color: 14536247.

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

Color convert

RGB 55 206 221 -
CMYK 0.75 0.07 0 0.13
HSL 185.42º 0.71% 0.54% -
HSV(B) 185.42º 0.75% 0.87% -
XYZ 36.7 50.18 76.16 -
YUV 162.56 160.97 51.28 -
System Red Green Blue C M Y K H S L
Decimal 55 206 221 0.75 0.07 0 0.13 185.42 0.71 0.54
Hex 37 CE DD 4B 7 0 D B9 47 36
Octal 67 316 335 113 7 0 15 271 107 66
Binary 110111 11001110 11011101 1001011 111 0 1101 10111001 1000111 110110

Color Harmonies of #37CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CEDD

Black with #37CEDD

Text Example


Text Example

White with #37CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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