Html Css Color HEX #37CDB8 Medium Turquoise

📋 copy color: '#37CDB8'

red 55 ◦ green 205 ◦ blue 184

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

Shades of Medium Turquoise #37CDB8

Tints of Medium Turquoise #37CDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 12.39%
G = 46.17%
B = 41.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#37CDB8 (or 0x37CDB8) is known color: Medium Turquoise. HEX triplet: 37, CD and B8. RGB value is (55,205,184). Sum of RGB (Red+Green+Blue) = 55+205+184=444 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.39% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDB8 is #C83247. Grayscale: #9D9D9D. Windows color (decimal): -13120072 or 12111159. OLE color: 12111159.

HSL color Cylindrical-coordinate representation of color #37CDB8: hue angle of 171.6º 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 #37CDB8 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 205 184 -
CMYK 0.73 0 0.10 0.20
HSL 171.6º 0.6% 0.51% -
HSV(B) 171.6º 0.73% 0.8% -
XYZ 32.06 47.94 52.91 -
YUV 157.76 142.81 54.71 -
System Red Green Blue C M Y K H S L
Decimal 55 205 184 0.73 0 0.10 0.20 171.6 0.6 0.51
Hex 37 CD B8 49 0 A 14 AC 3C 33
Octal 67 315 270 111 0 12 24 254 74 63
Binary 110111 11001101 10111000 1001001 0 1010 10100 10101100 111100 110011

Color Harmonies of #37CDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CDB8

Black with #37CDB8

Text Example


Text Example

White with #37CDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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