Html Css Color HEX #37CDBC Medium Turquoise

📋 copy color: '#37CDBC'

red 55 ◦ green 205 ◦ blue 188

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

Shades of Medium Turquoise #37CDBC

Tints of Medium Turquoise #37CDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 12.28%
G = 45.76%
B = 41.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#37CDBC (or 0x37CDBC) is known color: Medium Turquoise. HEX triplet: 37, CD and BC. RGB value is (55,205,188). Sum of RGB (Red+Green+Blue) = 55+205+188=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #37CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CDBC is #C83243. Grayscale: #9E9E9E. Windows color (decimal): -13120068 or 12373303. OLE color: 12373303.

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

Color convert

RGB 55 205 188 -
CMYK 0.73 0 0.08 0.20
HSL 173.2º 0.6% 0.51% -
HSV(B) 173.2º 0.73% 0.8% -
XYZ 32.48 48.11 55.15 -
YUV 158.21 144.81 54.38 -
System Red Green Blue C M Y K H S L
Decimal 55 205 188 0.73 0 0.08 0.20 173.2 0.6 0.51
Hex 37 CD BC 49 0 8 14 AD 3C 33
Octal 67 315 274 111 0 10 24 255 74 63
Binary 110111 11001101 10111100 1001001 0 1000 10100 10101101 111100 110011

Color Harmonies of #37CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CDBC

Black with #37CDBC

Text Example


Text Example

White with #37CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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