#45F9CA

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

Shades of Turquoise #45F9CA

Tints of Turquoise #45F9CA

Color information

#45F9CA (or 0x45F9CA) is unknown color: approx Turquoise. HEX triplet: 45, F9 and CA. RGB value is (69,249,202). Sum of RGB (Red+Green+Blue) = 69+249+202=520 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.27% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #45F9CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F9CA is #BA0635. Grayscale: #BDBDBD. Windows color (decimal): -12191286 or 13302085. OLE color: 13302085.

HSL color Cylindrical-coordinate representation of color #45F9CA: hue angle of 164.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F9CA is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB69249202-
CMYK0.7200.190.02
HSL164.33º93.75%62.35%-
HSV(B)164.33º72.29%97.65%-
XYZ46.9973.2867.55-
YUV189.82134.8741.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.27%
GREEN value IS 249 (97.66% from 255) = 47.88%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=13.27%
G=47.88%
B=38.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal692492020.7200.190.02164.3393.7562.35
Hex45F9CA480132a45e3e
Octal105371312110023224413676
Binary10001011111100111001010100100001001110101001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,249,202); }

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

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

 a { background-color: rgb(69,249,202); }

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

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

 span { border-color: rgb(69,249,202); }

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