#4EEECF

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

Shades of Turquoise #4EEECF

Tints of Turquoise #4EEECF

Color information

#4EEECF (or 0x4EEECF) is unknown color: approx Turquoise. HEX triplet: 4E, EE and CF. RGB value is (78,238,207). Sum of RGB (Red+Green+Blue) = 78+238+207=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEECF is #B11130. Grayscale: #BABABA. Windows color (decimal): -11604273 or 13626958. OLE color: 13626958.

HSL color Cylindrical-coordinate representation of color #4EEECF: hue angle of 168.38º 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 #4EEECF is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB78238207-
CMYK0.6700.130.07
HSL168.38º82.47%61.96%-
HSV(B)168.38º67.23%93.33%-
XYZ44.9867.2769.65-
YUV186.63139.4950.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.91%
GREEN value IS 238 (93.36% from 255) = 45.51%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=14.91%
G=45.51%
B=39.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782382070.6700.130.07168.3882.4761.96
Hex4EEECF430D7a8523e
Octal116356317103015725012276
Binary10011101110111011001111100001101101111101010001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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