#4CDFE5

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

Shades of Turquoise #4CDFE5

Tints of Turquoise #4CDFE5

Color information

#4CDFE5 (or 0x4CDFE5) is unknown color: approx Turquoise. HEX triplet: 4C, DF and E5. RGB value is (76,223,229). Sum of RGB (Red+Green+Blue) = 76+223+229=528 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.39% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #4CDFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFE5 is #B3201A. Grayscale: #B3B3B3. Windows color (decimal): -11739163 or 15064908. OLE color: 15064908.

HSL color Cylindrical-coordinate representation of color #4CDFE5: hue angle of 182.35º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CDFE5 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB76223229-
CMYK0.670.0300.10
HSL182.35º74.63%59.8%-
HSV(B)182.35º66.81%89.8%-
XYZ43.5159.9783.41-
YUV179.73155.854.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.39%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 229 (89.84% from 255) = 43.37%
R=14.39%
G=42.23%
B=43.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal762232290.670.0300.10182.3574.6359.8
Hex4CDFE54330Ab64b3c
Octal114337345103301226611374
Binary1001100110111111110010110000111101010101101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,223,229); }

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

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

 a { background-color: rgb(76,223,229); }

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

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

 span { border-color: rgb(76,223,229); }

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