#4CE9DB

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

Shades of Turquoise #4CE9DB

Tints of Turquoise #4CE9DB

Color information

#4CE9DB (or 0x4CE9DB) is unknown color: approx Turquoise. HEX triplet: 4C, E9 and DB. RGB value is (76,233,219). Sum of RGB (Red+Green+Blue) = 76+233+219=528 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.39% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #4CE9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CE9DB is #B31624. Grayscale: #B8B8B8. Windows color (decimal): -11736613 or 14412108. OLE color: 14412108.

HSL color Cylindrical-coordinate representation of color #4CE9DB: hue angle of 174.65º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE9DB is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB76233219-
CMYK0.6700.060.09
HSL174.65º78.11%60.59%-
HSV(B)174.65º67.38%91.37%-
XYZ44.9164.9377.18-
YUV184.46147.4950.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.39%
GREEN value IS 233 (91.41% from 255) = 44.13%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=14.39%
G=44.13%
B=41.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal762332190.6700.060.09174.6578.1160.59
Hex4CE9DB43069af4e3d
Octal114351333103061125711675
Binary10011001110100111011011100001101101001101011111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,233,219); }

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

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

 a { background-color: rgb(76,233,219); }

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

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

 span { border-color: rgb(76,233,219); }

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