#45F6DA

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

Shades of Turquoise #45F6DA

Tints of Turquoise #45F6DA

Color information

#45F6DA (or 0x45F6DA) is unknown color: approx Turquoise. HEX triplet: 45, F6 and DA. RGB value is (69,246,218). Sum of RGB (Red+Green+Blue) = 69+246+218=533 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.95% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #45F6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F6DA is #BA0925. Grayscale: #BDBDBD. Windows color (decimal): -12192038 or 14349893. OLE color: 14349893.

HSL color Cylindrical-coordinate representation of color #45F6DA: hue angle of 170.51º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F6DA is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB69246218-
CMYK0.7200.110.04
HSL170.51º90.77%61.76%-
HSV(B)170.51º71.95%96.47%-
XYZ48.0672.2477.74-
YUV189.88143.8641.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 12.95%
GREEN value IS 246 (96.48% from 255) = 46.15%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=12.95%
G=46.15%
B=40.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal692462180.7200.110.04170.5190.7761.76
Hex45F6DA480B4ab5b3e
Octal105366332110013425313376
Binary10001011111011011011010100100001011100101010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,246,218); }

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

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

 a { background-color: rgb(69,246,218); }

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

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

 span { border-color: rgb(69,246,218); }

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