#4EEEBC

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

Shades of Turquoise #4EEEBC

Tints of Turquoise #4EEEBC

Color information

#4EEEBC (or 0x4EEEBC) is unknown color: approx Turquoise. HEX triplet: 4E, EE and BC. RGB value is (78,238,188). Sum of RGB (Red+Green+Blue) = 78+238+188=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEBC is #B11143. Grayscale: #B8B8B8. Windows color (decimal): -11604292 or 12381774. OLE color: 12381774.

HSL color Cylindrical-coordinate representation of color #4EEEBC: hue angle of 161.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEEBC is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB78238188-
CMYK0.6700.210.07
HSL161.25º82.47%61.96%-
HSV(B)161.25º67.23%93.33%-
XYZ42.7966.458.14-
YUV184.46129.9952.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.48%
GREEN value IS 238 (93.36% from 255) = 47.22%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=15.48%
G=47.22%
B=37.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782381880.6700.210.07161.2582.4761.96
Hex4EEEBC430157a1523e
Octal116356274103025724112276
Binary100111011101110101111001000011010101111101000011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,238,188); }

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

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

 a { background-color: rgb(78,238,188); }

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

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

 span { border-color: rgb(78,238,188); }

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