Html Css Color HEX #37CCD0 Medium Turquoise

📋 copy color: '#37CCD0'

red 55 ◦ green 204 ◦ blue 208

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

Shades of Medium Turquoise #37CCD0

Tints of Medium Turquoise #37CCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 11.78%
G = 43.68%
B = 44.54%

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

#37CCD0 (or 0x37CCD0) is known color: Medium Turquoise. HEX triplet: 37, CC and D0. RGB value is (55,204,208). Sum of RGB (Red+Green+Blue) = 55+204+208=467 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.78% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #37CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCD0 is #C8332F. Grayscale: #9F9F9F. Windows color (decimal): -13120304 or 13683767. OLE color: 13683767.

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

Color convert

RGB 55 204 208 -
CMYK 0.74 0.02 0 0.18
HSL 181.57º 0.62% 0.52% -
HSV(B) 181.57º 0.74% 0.82% -
XYZ 34.55 48.55 67.22 -
YUV 159.91 155.14 53.17 -
System Red Green Blue C M Y K H S L
Decimal 55 204 208 0.74 0.02 0 0.18 181.57 0.62 0.52
Hex 37 CC D0 4A 2 0 12 B6 3E 34
Octal 67 314 320 112 2 0 22 266 76 64
Binary 110111 11001100 11010000 1001010 10 0 10010 10110110 111110 110100

Color Harmonies of #37CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CCD0

Black with #37CCD0

Text Example


Text Example

White with #37CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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