Html Css Color HEX #45CDB9 Medium Turquoise

📋 copy color: '#45CDB9'

red 69 ◦ green 205 ◦ blue 185

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

Shades of Medium Turquoise #45CDB9

Tints of Medium Turquoise #45CDB9

RGB

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

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

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

R = 15.03%
G = 44.66%
B = 40.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#45CDB9 (or 0x45CDB9) is known color: Medium Turquoise. HEX triplet: 45, CD and B9. RGB value is (69,205,185). Sum of RGB (Red+Green+Blue) = 69+205+185=459 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.03% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #45CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CDB9 is #BA3246. Grayscale: #A1A1A1. Windows color (decimal): -12202567 or 12176709. OLE color: 12176709.

HSL color Cylindrical-coordinate representation of color #45CDB9: hue angle of 171.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CDB9 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 205 185 -
CMYK 0.66 0 0.10 0.20
HSL 171.18º 0.58% 0.54% -
HSV(B) 171.18º 0.66% 0.8% -
XYZ 33.04 48.43 53.51 -
YUV 162.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 69 205 185 0.66 0 0.10 0.20 171.18 0.58 0.54
Hex 45 CD B9 42 0 A 14 AB 3A 36
Octal 105 315 271 102 0 12 24 253 72 66
Binary 1000101 11001101 10111001 1000010 0 1010 10100 10101011 111010 110110

Color Harmonies of #45CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CDB9

Black with #45CDB9

Text Example


Text Example

White with #45CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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