#45DEEB

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

Shades of Turquoise #45DEEB

Tints of Turquoise #45DEEB

Color information

#45DEEB (or 0x45DEEB) is unknown color: approx Turquoise. HEX triplet: 45, DE and EB. RGB value is (69,222,235). Sum of RGB (Red+Green+Blue) = 69+222+235=526 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.12% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #45DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DEEB is #BA2114. Grayscale: #B1B1B1. Windows color (decimal): -12198165 or 15457861. OLE color: 15457861.

HSL color Cylindrical-coordinate representation of color #45DEEB: hue angle of 184.7º 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 #45DEEB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB69222235-
CMYK0.710.0600.08
HSL184.7º80.58%59.61%-
HSV(B)184.7º70.64%92.16%-
XYZ43.5759.5187.79-
YUV177.74160.3150.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.12%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 235 (92.19% from 255) = 44.68%
R=13.12%
G=42.21%
B=44.68%

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
Decimal692222350.710.0600.08184.780.5859.61
Hex45DEEB47608b9513c
Octal105336353107601027112174
Binary10001011101111011101011100011111001000101110011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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