Html Css Color HEX #37CCD5 Medium Turquoise

📋 copy color: '#37CCD5'

red 55 ◦ green 204 ◦ blue 213

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

Shades of Medium Turquoise #37CCD5

Tints of Medium Turquoise #37CCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 11.65%
G = 43.22%
B = 45.13%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#37CCD5 (or 0x37CCD5) is known color: Medium Turquoise. HEX triplet: 37, CC and D5. RGB value is (55,204,213). Sum of RGB (Red+Green+Blue) = 55+204+213=472 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.65% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #37CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCD5 is #C8332A. Grayscale: #A0A0A0. Windows color (decimal): -13120299 or 14011447. OLE color: 14011447.

HSL color Cylindrical-coordinate representation of color #37CCD5: hue angle of 183.42º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37CCD5 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 204 213 -
CMYK 0.74 0.04 0 0.16
HSL 183.42º 0.65% 0.53% -
HSV(B) 183.42º 0.74% 0.84% -
XYZ 35.18 48.8 70.52 -
YUV 160.48 157.64 52.77 -
System Red Green Blue C M Y K H S L
Decimal 55 204 213 0.74 0.04 0 0.16 183.42 0.65 0.53
Hex 37 CC D5 4A 4 0 10 B7 41 35
Octal 67 314 325 112 4 0 20 267 101 65
Binary 110111 11001100 11010101 1001010 100 0 10000 10110111 1000001 110101

Color Harmonies of #37CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CCD5

Black with #37CCD5

Text Example


Text Example

White with #37CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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