#4AD6F1

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

Shades of Turquoise Blue #4AD6F1

Tints of Turquoise Blue #4AD6F1

Color information

#4AD6F1 (or 0x4AD6F1) is unknown color: approx Turquoise Blue. HEX triplet: 4A, D6 and F1. RGB value is (74,214,241). Sum of RGB (Red+Green+Blue) = 74+214+241=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #4AD6F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD6F1 is #B5290E. Grayscale: #AEAEAE. Windows color (decimal): -11872527 or 15849034. OLE color: 15849034.

HSL color Cylindrical-coordinate representation of color #4AD6F1: hue angle of 189.7º 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 #4AD6F1 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB74214241-
CMYK0.690.1100.05
HSL189.7º85.64%61.76%-
HSV(B)189.7º69.29%94.51%-
XYZ42.7555.991.76-
YUV175.22165.1255.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.99%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=13.99%
G=40.45%
B=45.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742142410.690.1100.05189.785.6461.76
Hex4AD6F145B05be563e
Octal112326361105130527612676
Binary10010101101011011110001100010110110101101111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,214,241); }

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

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

 a { background-color: rgb(74,214,241); }

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

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

 span { border-color: rgb(74,214,241); }

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