Html Css Color HEX #37CCDF Medium Turquoise

📋 copy color: '#37CCDF'

red 55 ◦ green 204 ◦ blue 223

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

Shades of Medium Turquoise #37CCDF

Tints of Medium Turquoise #37CCDF

RGB

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

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

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

R = 11.41%
G = 42.32%
B = 46.27%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#37CCDF (or 0x37CCDF) is known color: Medium Turquoise. HEX triplet: 37, CC and DF. RGB value is (55,204,223). Sum of RGB (Red+Green+Blue) = 55+204+223=482 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.41% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #37CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCDF is #C83320. Grayscale: #A1A1A1. Windows color (decimal): -13120289 or 14666807. OLE color: 14666807.

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

Color convert

RGB 55 204 223 -
CMYK 0.75 0.09 0 0.13
HSL 186.79º 0.72% 0.55% -
HSV(B) 186.79º 0.75% 0.87% -
XYZ 36.49 49.33 77.41 -
YUV 161.62 162.64 51.96 -
System Red Green Blue C M Y K H S L
Decimal 55 204 223 0.75 0.09 0 0.13 186.79 0.72 0.55
Hex 37 CC DF 4B 9 0 D BB 48 37
Octal 67 314 337 113 11 0 15 273 110 67
Binary 110111 11001100 11011111 1001011 1001 0 1101 10111011 1001000 110111

Color Harmonies of #37CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CCDF

Black with #37CCDF

Text Example


Text Example

White with #37CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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