#45D9CD

Color #45D9CD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #45D9CD

Tints of Turquoise #45D9CD

Color information

#45D9CD (or 0x45D9CD) is unknown color: approx Turquoise. HEX triplet: 45, D9 and CD. RGB value is (69,217,205). Sum of RGB (Red+Green+Blue) = 69+217+205=491 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.05% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #45D9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D9CD is #BA2632. Grayscale: #ABABAB. Windows color (decimal): -12199475 or 13490501. OLE color: 13490501.

HSL color Cylindrical-coordinate representation of color #45D9CD: hue angle of 175.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D9CD is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB69217205-
CMYK0.6800.060.15
HSL175.14º66.07%56.08%-
HSV(B)175.14º68.2%85.1%-
XYZ38.2955.366.41-
YUV171.38146.9754.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.05%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=14.05%
G=44.20%
B=41.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692172050.6800.060.15175.1466.0756.08
Hex45D9CD4406Faf4238
Octal105331315104061725710270
Binary10001011101100111001101100010001101111101011111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #45D9CD;
 }
 .AnyTagClassName
 {
   color: #45D9CD;
 }
</style>
background-color css

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

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

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

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

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

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