Html Css Color HEX #37CDD2 Medium Turquoise

📋 copy color: '#37CDD2'

red 55 ◦ green 205 ◦ blue 210

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

Shades of Medium Turquoise #37CDD2

Tints of Medium Turquoise #37CDD2

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #37CDD2: hue angle of 181.94º 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 #37CDD2 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 205 210 -
CMYK 0.74 0.02 0 0.18
HSL 181.94º 0.63% 0.52% -
HSV(B) 181.94º 0.74% 0.82% -
XYZ 35.04 49.13 68.61 -
YUV 160.72 155.81 52.59 -
System Red Green Blue C M Y K H S L
Decimal 55 205 210 0.74 0.02 0 0.18 181.94 0.63 0.52
Hex 37 CD D2 4A 2 0 12 B6 3F 34
Octal 67 315 322 112 2 0 22 266 77 64
Binary 110111 11001101 11010010 1001010 10 0 10010 10110110 111111 110100

Color Harmonies of #37CDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CDD2

Black with #37CDD2

Text Example


Text Example

White with #37CDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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