Html Css Color HEX #37CDDF Medium Turquoise

📋 copy color: '#37CDDF'

red 55 ◦ green 205 ◦ blue 223

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

Shades of Medium Turquoise #37CDDF

Tints of Medium Turquoise #37CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

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

R = 11.39%
G = 42.44%
B = 46.17%

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

#37CDDF (or 0x37CDDF) is known color: Medium Turquoise. HEX triplet: 37, CD and DF. RGB value is (55,205,223). Sum of RGB (Red+Green+Blue) = 55+205+223=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #37CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDDF is #C83220. Grayscale: #A1A1A1. Windows color (decimal): -13120033 or 14667063. OLE color: 14667063.

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

Color convert

RGB 55 205 223 -
CMYK 0.75 0.08 0 0.13
HSL 186.43º 0.72% 0.55% -
HSV(B) 186.43º 0.75% 0.87% -
XYZ 36.73 49.8 77.49 -
YUV 162.2 162.31 51.54 -
System Red Green Blue C M Y K H S L
Decimal 55 205 223 0.75 0.08 0 0.13 186.43 0.72 0.55
Hex 37 CD DF 4B 8 0 D BA 48 37
Octal 67 315 337 113 10 0 15 272 110 67
Binary 110111 11001101 11011111 1001011 1000 0 1101 10111010 1001000 110111

Color Harmonies of #37CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CDDF

Black with #37CDDF

Text Example


Text Example

White with #37CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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