Html Css Color HEX #37CDBB Medium Turquoise

📋 copy color: '#37CDBB'

red 55 ◦ green 205 ◦ blue 187

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

Shades of Medium Turquoise #37CDBB

Tints of Medium Turquoise #37CDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 12.3%
G = 45.86%
B = 41.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#37CDBB (or 0x37CDBB) is known color: Medium Turquoise. HEX triplet: 37, CD and BB. RGB value is (55,205,187). Sum of RGB (Red+Green+Blue) = 55+205+187=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDBB is #C83244. Grayscale: #9E9E9E. Windows color (decimal): -13120069 or 12307767. OLE color: 12307767.

HSL color Cylindrical-coordinate representation of color #37CDBB: hue angle of 172.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CDBB is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 205 187 -
CMYK 0.73 0 0.09 0.20
HSL 172.8º 0.6% 0.51% -
HSV(B) 172.8º 0.73% 0.8% -
XYZ 32.38 48.06 54.58 -
YUV 158.1 144.31 54.46 -
System Red Green Blue C M Y K H S L
Decimal 55 205 187 0.73 0 0.09 0.20 172.8 0.6 0.51
Hex 37 CD BB 49 0 9 14 AD 3C 33
Octal 67 315 273 111 0 11 24 255 74 63
Binary 110111 11001101 10111011 1001001 0 1001 10100 10101101 111100 110011

Color Harmonies of #37CDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CDBB

Black with #37CDBB

Text Example


Text Example

White with #37CDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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