#4cd1ef

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

Shades of Turquoise Blue #4CD1EF

Tints of Turquoise Blue #4CD1EF

Color information

#4CD1EF (or 0x4CD1EF) is unknown color: approx Turquoise Blue. HEX triplet: 4C, D1 and EF. RGB value is (76,209,239). Sum of RGB (Red+Green+Blue) = 76+209+239=524 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.50% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CD1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD1EF is #B32E10. Grayscale: #ACACAC. Windows color (decimal): -11742737 or 15716684. OLE color: 15716684.

HSL color Cylindrical-coordinate representation of color #4CD1EF: hue angle of 191.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CD1EF is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76209239-
CMYK0.680.1300.06
HSL191.04º83.59%61.76%-
HSV(B)191.04º68.2%93.73%-
XYZ41.3653.3789.78-
YUV172.65165.4459.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.50%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 239 (93.75% from 255) = 45.61%
R=14.50%
G=39.89%
B=45.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762092390.680.1300.06191.0483.5961.76
Hex4CD1EF44D06bf543e
Octal114321357104150627712476
Binary10011001101000111101111100010011010110101111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cd1ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,209,239); }

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

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

 a { background-color: rgb(76,209,239); }

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

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

 span { border-color: rgb(76,209,239); }

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