#45DEED

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

Shades of Turquoise #45DEED

Tints of Turquoise #45DEED

Color information

#45DEED (or 0x45DEED) is unknown color: approx Turquoise. HEX triplet: 45, DE and ED. RGB value is (69,222,237). Sum of RGB (Red+Green+Blue) = 69+222+237=528 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.07% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #45DEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DEED is #BA2112. Grayscale: #B1B1B1. Windows color (decimal): -12198163 or 15588933. OLE color: 15588933.

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

Color convert

RGB69222237-
CMYK0.710.0600.07
HSL185.36º82.35%60%-
HSV(B)185.36º70.89%92.94%-
XYZ43.8659.6289.32-
YUV177.96161.3150.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.07%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=13.07%
G=42.05%
B=44.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692222370.710.0600.07185.3682.3560
Hex45DEED47607b9523c
Octal10533635510760727112274
Binary1000101110111101110110110001111100111101110011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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