Html Css Color HEX #45DDB9 Turquoise

📋 copy color: '#45DDB9'

red 69 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #45DDB9

Tints of Turquoise #45DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

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

R = 14.53%
G = 46.53%
B = 38.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#45DDB9 (or 0x45DDB9) is known color: Turquoise. HEX triplet: 45, DD and B9. RGB value is (69,221,185). Sum of RGB (Red+Green+Blue) = 69+221+185=475 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.53% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #45DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DDB9 is #BA2246. Grayscale: #ABABAB. Windows color (decimal): -12198471 or 12180805. OLE color: 12180805.

HSL color Cylindrical-coordinate representation of color #45DDB9: hue angle of 165.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DDB9 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 221 185 -
CMYK 0.69 0 0.16 0.13
HSL 165.79º 0.69% 0.57% -
HSV(B) 165.79º 0.69% 0.87% -
XYZ 37.07 56.48 54.85 -
YUV 171.45 135.64 54.93 -
System Red Green Blue C M Y K H S L
Decimal 69 221 185 0.69 0 0.16 0.13 165.79 0.69 0.57
Hex 45 DD B9 45 0 10 D A6 45 39
Octal 105 335 271 105 0 20 15 246 105 71
Binary 1000101 11011101 10111001 1000101 0 10000 1101 10100110 1000101 111001

Color Harmonies of #45DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DDB9

Black with #45DDB9

Text Example


Text Example

White with #45DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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