#45D2EE

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

Shades of Medium Turquoise #45D2EE

Tints of Medium Turquoise #45D2EE

Color information

#45D2EE (or 0x45D2EE) is unknown color: approx Medium Turquoise. HEX triplet: 45, D2 and EE. RGB value is (69,210,238). Sum of RGB (Red+Green+Blue) = 69+210+238=517 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.35% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #45D2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45D2EE is #BA2D11. Grayscale: #AAAAAA. Windows color (decimal): -12201234 or 15651397. OLE color: 15651397.

HSL color Cylindrical-coordinate representation of color #45D2EE: hue angle of 189.94º degrees, saturation: 0.83, 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 #45D2EE is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB69210238-
CMYK0.710.1200.07
HSL189.94º83.25%60.2%-
HSV(B)189.94º71.01%93.33%-
XYZ40.9353.5389.06-
YUV171.03165.7955.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.35%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=13.35%
G=40.62%
B=46.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692102380.710.1200.07189.9483.2560.2
Hex45D2EE47C07be533c
Octal105322356107140727612374
Binary10001011101001011101110100011111000111101111101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,210,238); }

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

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

 a { background-color: rgb(69,210,238); }

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

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

 span { border-color: rgb(69,210,238); }

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