#4EFCCD

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

Shades of Turquoise #4EFCCD

Tints of Turquoise #4EFCCD

Color information

#4EFCCD (or 0x4EFCCD) is unknown color: approx Turquoise. HEX triplet: 4E, FC and CD. RGB value is (78,252,205). Sum of RGB (Red+Green+Blue) = 78+252+205=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCCD is #B10332. Grayscale: #C2C2C2. Windows color (decimal): -11600691 or 13499470. OLE color: 13499470.

HSL color Cylindrical-coordinate representation of color #4EFCCD: hue angle of 163.79º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFCCD is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB78252205-
CMYK0.6900.190.01
HSL163.79º96.67%64.71%-
HSV(B)163.79º69.05%98.82%-
XYZ48.9775.6569.78-
YUV194.62133.8544.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.58%
GREEN value IS 252 (98.83% from 255) = 47.10%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=14.58%
G=47.10%
B=38.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal782522050.6900.190.01163.7996.6764.71
Hex4EFCCD450131a46141
Octal1163743151050231244141101
Binary10011101111110011001101100010101001111010010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EFCCD; }

 p { color: rgb(78,252,205); }

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

<style>
 a { background-color: #4EFCCD; }

 a { background-color: rgb(78,252,205); }

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

<style>
 span { border-color: #4EFCCD; }

 span { border-color: rgb(78,252,205); }

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