#4CD8EE

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

Shades of Turquoise Blue #4CD8EE

Tints of Turquoise Blue #4CD8EE

Color information

#4CD8EE (or 0x4CD8EE) is unknown color: approx Turquoise Blue. HEX triplet: 4C, D8 and EE. RGB value is (76,216,238). Sum of RGB (Red+Green+Blue) = 76+216+238=530 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.34% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #4CD8EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD8EE is #B32711. Grayscale: #B0B0B0. Windows color (decimal): -11740946 or 15652940. OLE color: 15652940.

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

Color convert

RGB76216238-
CMYK0.680.0900.07
HSL188.15º82.65%61.57%-
HSV(B)188.15º68.07%93.33%-
XYZ42.9756.8289.59-
YUV176.65162.6256.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.34%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=14.34%
G=40.75%
B=44.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal762162380.680.0900.07188.1582.6561.57
Hex4CD8EE44907bc533e
Octal114330356104110727412376
Binary10011001101100011101110100010010010111101111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,216,238); }

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

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

 a { background-color: rgb(76,216,238); }

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

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

 span { border-color: rgb(76,216,238); }

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