#45CFEA

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

Shades of Medium Turquoise #45CFEA

Tints of Medium Turquoise #45CFEA

Color information

#45CFEA (or 0x45CFEA) is unknown color: approx Medium Turquoise. HEX triplet: 45, CF and EA. RGB value is (69,207,234). Sum of RGB (Red+Green+Blue) = 69+207+234=510 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.53% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #45CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45CFEA is #BA3015. Grayscale: #A8A8A8. Windows color (decimal): -12202006 or 15388485. OLE color: 15388485.

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

Color convert

RGB69207234-
CMYK0.710.1200.08
HSL189.82º79.71%59.41%-
HSV(B)189.82º70.51%91.76%-
XYZ39.6251.8385.76-
YUV168.82164.7856.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.53%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=13.53%
G=40.59%
B=45.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal692072340.710.1200.08189.8279.7159.41
Hex45CFEA47C08be503b
Octal1053173521071401027612073
Binary100010111001111111010101000111110001000101111101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,207,234); }

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

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

 a { background-color: rgb(69,207,234); }

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

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

 span { border-color: rgb(69,207,234); }

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