#46F8CD

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

Shades of Turquoise #46F8CD

Tints of Turquoise #46F8CD

Color information

#46F8CD (or 0x46F8CD) is unknown color: approx Turquoise. HEX triplet: 46, F8 and CD. RGB value is (70,248,205). Sum of RGB (Red+Green+Blue) = 70+248+205=523 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.38% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #46F8CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F8CD is #B90732. Grayscale: #BDBDBD. Windows color (decimal): -12126003 or 13498438. OLE color: 13498438.

HSL color Cylindrical-coordinate representation of color #46F8CD: hue angle of 165.51º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F8CD is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB70248205-
CMYK0.7200.170.03
HSL165.51º92.71%62.35%-
HSV(B)165.51º71.77%97.25%-
XYZ47.1172.8469.33-
YUV189.88136.5342.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.38%
GREEN value IS 248 (97.27% from 255) = 47.42%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=13.38%
G=47.42%
B=39.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal702482050.7200.170.03165.5192.7162.35
Hex46F8CD480113a65d3e
Octal106370315110021324613576
Binary10001101111100011001101100100001000111101001101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46F8CD; }

 p { color: rgb(70,248,205); }

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

<style>
 a { background-color: #46F8CD; }

 a { background-color: rgb(70,248,205); }

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

<style>
 span { border-color: #46F8CD; }

 span { border-color: rgb(70,248,205); }

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