Html Css Color HEX #45D1B9 Medium Turquoise

📋 copy color: '#45D1B9'

red 69 ◦ green 209 ◦ blue 185

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

Shades of Medium Turquoise #45D1B9

Tints of Medium Turquoise #45D1B9

RGB

 RED value IS 69 (27.34% from 255) = 14.9%

 GREEN value IS 209 (82.03% from 255) = 45.14%

 BLUE value IS 185 (72.66% from 255) = 39.96%

R = 14.9%
G = 45.14%
B = 39.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#45D1B9 (or 0x45D1B9) is known color: Medium Turquoise. HEX triplet: 45, D1 and B9. RGB value is (69,209,185). Sum of RGB (Red+Green+Blue) = 69+209+185=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #45D1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D1B9 is #BA2E46. Grayscale: #A4A4A4. Windows color (decimal): -12201543 or 12177733. OLE color: 12177733.

HSL color Cylindrical-coordinate representation of color #45D1B9: hue angle of 169.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D1B9 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 209 185 -
CMYK 0.67 0 0.11 0.18
HSL 169.71º 0.6% 0.55% -
HSV(B) 169.71º 0.67% 0.82% -
XYZ 34.01 50.37 53.83 -
YUV 164.4 139.62 59.95 -
System Red Green Blue C M Y K H S L
Decimal 69 209 185 0.67 0 0.11 0.18 169.71 0.6 0.55
Hex 45 D1 B9 43 0 B 12 AA 3C 37
Octal 105 321 271 103 0 13 22 252 74 67
Binary 1000101 11010001 10111001 1000011 0 1011 10010 10101010 111100 110111

Color Harmonies of #45D1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D1B9

Black with #45D1B9

Text Example


Text Example

White with #45D1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45D1B9; }

 p { color: rgb(69,209,185); }

 H1.HeaderClassName
 {
   color: #45D1B9;
 }
 .AnyTagClassName
 {
   color: #45D1B9;
 }
</style>

background-color css

<style>
 a { background-color: #45D1B9; }

 a { background-color: rgb(69,209,185); }

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

border-color css

<style>
 span { border-color: #45D1B9; }

 span { border-color: rgb(69,209,185); }

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