Html Css Color HEX #37CEDF Medium Turquoise

📋 copy color: '#37CEDF'

red 55 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #37CEDF

Tints of Medium Turquoise #37CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 11.36%
G = 42.56%
B = 46.07%

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

#37CEDF (or 0x37CEDF) is known color: Medium Turquoise. HEX triplet: 37, CE and DF. RGB value is (55,206,223). Sum of RGB (Red+Green+Blue) = 55+206+223=484 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.36% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #37CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CEDF is #C83120. Grayscale: #A2A2A2. Windows color (decimal): -13119777 or 14667319. OLE color: 14667319.

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

Color convert

RGB 55 206 223 -
CMYK 0.75 0.08 0 0.13
HSL 186.07º 0.72% 0.55% -
HSV(B) 186.07º 0.75% 0.87% -
XYZ 36.97 50.28 77.57 -
YUV 162.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 55 206 223 0.75 0.08 0 0.13 186.07 0.72 0.55
Hex 37 CE DF 4B 8 0 D BA 48 37
Octal 67 316 337 113 10 0 15 272 110 67
Binary 110111 11001110 11011111 1001011 1000 0 1101 10111010 1001000 110111

Color Harmonies of #37CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CEDF

Black with #37CEDF

Text Example


Text Example

White with #37CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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