#4CDAF3

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

Shades of Turquoise Blue #4CDAF3

Tints of Turquoise Blue #4CDAF3

Color information

#4CDAF3 (or 0x4CDAF3) is unknown color: approx Turquoise Blue. HEX triplet: 4C, DA and F3. RGB value is (76,218,243). Sum of RGB (Red+Green+Blue) = 76+218+243=537 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.15% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #4CDAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDAF3 is #B3250C. Grayscale: #B2B2B2. Windows color (decimal): -11740429 or 15981132. OLE color: 15981132.

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

Color convert

RGB76218243-
CMYK0.690.1000.05
HSL188.98º87.43%62.55%-
HSV(B)188.98º68.72%95.29%-
XYZ44.2358.1593.69-
YUV178.39164.4654.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.15%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 243 (95.31% from 255) = 45.25%
R=14.15%
G=40.60%
B=45.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762182430.690.1000.05188.9887.4362.55
Hex4CDAF345A05bd573f
Octal114332363105120527512777
Binary10011001101101011110011100010110100101101111011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,218,243); }

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

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

 a { background-color: rgb(76,218,243); }

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

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

 span { border-color: rgb(76,218,243); }

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