Html Css Color HEX #37D2CD Medium Turquoise

📋 copy color: '#37D2CD'

red 55 ◦ green 210 ◦ blue 205

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

Shades of Medium Turquoise #37D2CD

Tints of Medium Turquoise #37D2CD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 11.7%
G = 44.68%
B = 43.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#37D2CD (or 0x37D2CD) is known color: Medium Turquoise. HEX triplet: 37, D2 and CD. RGB value is (55,210,205). Sum of RGB (Red+Green+Blue) = 55+210+205=470 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.70% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #37D2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D2CD is #C82D32. Grayscale: #A2A2A2. Windows color (decimal): -13118771 or 13488695. OLE color: 13488695.

HSL color Cylindrical-coordinate representation of color #37D2CD: hue angle of 178.06º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D2CD is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 210 205 -
CMYK 0.74 0 0.02 0.18
HSL 178.06º 0.63% 0.52% -
HSV(B) 178.06º 0.74% 0.82% -
XYZ 35.64 51.31 65.78 -
YUV 163.09 151.65 50.91 -
System Red Green Blue C M Y K H S L
Decimal 55 210 205 0.74 0 0.02 0.18 178.06 0.63 0.52
Hex 37 D2 CD 4A 0 2 12 B2 3F 34
Octal 67 322 315 112 0 2 22 262 77 64
Binary 110111 11010010 11001101 1001010 0 10 10010 10110010 111111 110100

Color Harmonies of #37D2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D2CD

Black with #37D2CD

Text Example


Text Example

White with #37D2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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