#45DCEB

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

Shades of Turquoise #45DCEB

Tints of Turquoise #45DCEB

Color information

#45DCEB (or 0x45DCEB) is unknown color: approx Turquoise. HEX triplet: 45, DC and EB. RGB value is (69,220,235). Sum of RGB (Red+Green+Blue) = 69+220+235=524 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.17% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #45DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DCEB is #BA2314. Grayscale: #B0B0B0. Windows color (decimal): -12198677 or 15457349. OLE color: 15457349.

HSL color Cylindrical-coordinate representation of color #45DCEB: hue angle of 185.42º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45DCEB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB69220235-
CMYK0.710.0600.08
HSL185.42º80.58%59.61%-
HSV(B)185.42º70.64%92.16%-
XYZ43.0458.4587.61-
YUV176.56160.9751.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.17%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=13.17%
G=41.98%
B=44.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal692202350.710.0600.08185.4280.5859.61
Hex45DCEB47608b9513c
Octal105334353107601027112174
Binary10001011101110011101011100011111001000101110011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,220,235); }

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

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

 a { background-color: rgb(69,220,235); }

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

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

 span { border-color: rgb(69,220,235); }

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