#4CDDDE

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

Shades of Turquoise #4CDDDE

Tints of Turquoise #4CDDDE

Color information

#4CDDDE (or 0x4CDDDE) is unknown color: approx Turquoise. HEX triplet: 4C, DD and DE. RGB value is (76,221,222). Sum of RGB (Red+Green+Blue) = 76+221+222=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CDDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDDE is #B32221. Grayscale: #B1B1B1. Windows color (decimal): -11739682 or 14605644. OLE color: 14605644.

HSL color Cylindrical-coordinate representation of color #4CDDDE: hue angle of 180.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDDDE is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76221222-
CMYK0.660.0000.13
HSL180.41º68.87%58.43%-
HSV(B)180.41º65.77%87.06%-
XYZ42.0258.5278.19-
YUV177.76152.9655.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.64%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=14.64%
G=42.58%
B=42.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762212220.660.0000.13180.4168.8758.43
Hex4CDDDE4200Db4453a
Octal114335336102001526410572
Binary100110011011101110111101000010001101101101001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,221,222); }

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

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

 a { background-color: rgb(76,221,222); }

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

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

 span { border-color: rgb(76,221,222); }

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