#4AD3F1

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

Shades of Turquoise Blue #4AD3F1

Tints of Turquoise Blue #4AD3F1

Color information

#4AD3F1 (or 0x4AD3F1) is unknown color: approx Turquoise Blue. HEX triplet: 4A, D3 and F1. RGB value is (74,211,241). Sum of RGB (Red+Green+Blue) = 74+211+241=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #4AD3F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD3F1 is #B52C0E. Grayscale: #ADADAD. Windows color (decimal): -11873295 or 15848266. OLE color: 15848266.

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

Color convert

RGB74211241-
CMYK0.690.1200.05
HSL190.78º85.64%61.76%-
HSV(B)190.78º69.29%94.51%-
XYZ4254.491.51-
YUV173.46166.1157.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.07%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=14.07%
G=40.11%
B=45.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742112410.690.1200.05190.7885.6461.76
Hex4AD3F145C05bf563e
Octal112323361105140527712676
Binary10010101101001111110001100010111000101101111111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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