#4ADCF1

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

Shades of Turquoise Blue #4ADCF1

Tints of Turquoise Blue #4ADCF1

Color information

#4ADCF1 (or 0x4ADCF1) is unknown color: approx Turquoise Blue. HEX triplet: 4A, DC and F1. RGB value is (74,220,241). Sum of RGB (Red+Green+Blue) = 74+220+241=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #4ADCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCF1 is #B5230E. Grayscale: #B2B2B2. Windows color (decimal): -11870991 or 15850570. OLE color: 15850570.

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

Color convert

RGB74220241-
CMYK0.690.0900.05
HSL187.54º85.64%61.76%-
HSV(B)187.54º69.29%94.51%-
XYZ44.2958.9992.27-
YUV178.74163.1353.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.83%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=13.83%
G=41.12%
B=45.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742202410.690.0900.05187.5485.6461.76
Hex4ADCF145905bc563e
Octal112334361105110527412676
Binary10010101101110011110001100010110010101101111001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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