#45C7DE

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

Shades of Medium Turquoise #45C7DE

Tints of Medium Turquoise #45C7DE

Color information

#45C7DE (or 0x45C7DE) is unknown color: approx Medium Turquoise. HEX triplet: 45, C7 and DE. RGB value is (69,199,222). Sum of RGB (Red+Green+Blue) = 69+199+222=490 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.08% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #45C7DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C7DE is #BA3821. Grayscale: #A2A2A2. Windows color (decimal): -12204066 or 14600005. OLE color: 14600005.

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

Color convert

RGB69199222-
CMYK0.690.1000.13
HSL189.02º69.86%57.06%-
HSV(B)189.02º68.92%87.06%-
XYZ36.0647.3976.35-
YUV162.75161.4361.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.08%
GREEN value IS 199 (78.12% from 255) = 40.61%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=14.08%
G=40.61%
B=45.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal691992220.690.1000.13189.0269.8657.06
Hex45C7DE45A0Dbd4639
Octal1053073361051201527510671
Binary100010111000111110111101000101101001101101111011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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