#4CDFF2

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

Shades of Turquoise Blue #4CDFF2

Tints of Turquoise Blue #4CDFF2

Color information

#4CDFF2 (or 0x4CDFF2) is unknown color: approx Turquoise Blue. HEX triplet: 4C, DF and F2. RGB value is (76,223,242). Sum of RGB (Red+Green+Blue) = 76+223+242=541 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.05% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #4CDFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFF2 is #B3200D. Grayscale: #B4B4B4. Windows color (decimal): -11739150 or 15916876. OLE color: 15916876.

HSL color Cylindrical-coordinate representation of color #4CDFF2: hue angle of 186.87º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CDFF2 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB76223242-
CMYK0.690.0800.05
HSL186.87º86.46%62.35%-
HSV(B)186.87º68.6%94.9%-
XYZ45.460.7293.33-
YUV181.21162.352.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.05%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 242 (94.92% from 255) = 44.73%
R=14.05%
G=41.22%
B=44.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762232420.690.0800.05186.8786.4662.35
Hex4CDFF245805bb563e
Octal114337362105100527312676
Binary10011001101111111110010100010110000101101110111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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