#45DADF

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

Shades of Turquoise #45DADF

Tints of Turquoise #45DADF

Color information

#45DADF (or 0x45DADF) is unknown color: approx Turquoise. HEX triplet: 45, DA and DF. RGB value is (69,218,223). Sum of RGB (Red+Green+Blue) = 69+218+223=510 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.53% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #45DADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DADF is #BA2520. Grayscale: #ADADAD. Windows color (decimal): -12199201 or 14670405. OLE color: 14670405.

HSL color Cylindrical-coordinate representation of color #45DADF: hue angle of 181.95º degrees, saturation: 0.71, 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 #45DADF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69218223-
CMYK0.690.0200.13
HSL181.95º70.64%57.25%-
HSV(B)181.95º69.06%87.45%-
XYZ40.8456.7478.61-
YUV174.02155.6453.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.53%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=13.53%
G=42.75%
B=43.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692182230.690.0200.13181.9570.6457.25
Hex45DADF4520Db64739
Octal105332337105201526610771
Binary1000101110110101101111110001011001101101101101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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