#3ADCF1

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

Shades of Turquoise #3ADCF1

Tints of Turquoise #3ADCF1

Color information

#3ADCF1 (or 0x3ADCF1) is unknown color: approx Turquoise. HEX triplet: 3A, DC and F1. RGB value is (58,220,241). Sum of RGB (Red+Green+Blue) = 58+220+241=519 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.18% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #3ADCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCF1 is #C5230E. Grayscale: #ADADAD. Windows color (decimal): -12919567 or 15850554. OLE color: 15850554.

HSL color Cylindrical-coordinate representation of color #3ADCF1: hue angle of 186.89º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADCF1 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB58220241-
CMYK0.760.0900.05
HSL186.89º86.73%58.63%-
HSV(B)186.89º75.93%94.51%-
XYZ43.2258.4492.22-
YUV173.96165.8345.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.18%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=11.18%
G=42.39%
B=46.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582202410.760.0900.05186.8986.7358.63
Hex3ADCF14C905bb573b
Octal72334361114110527312773
Binary1110101101110011110001100110010010101101110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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