#3AD5F3

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

Shades of Turquoise #3AD5F3

Tints of Turquoise #3AD5F3

Color information

#3AD5F3 (or 0x3AD5F3) is unknown color: approx Turquoise. HEX triplet: 3A, D5 and F3. RGB value is (58,213,243). Sum of RGB (Red+Green+Blue) = 58+213+243=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #3AD5F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD5F3 is #C52A0C. Grayscale: #A9A9A9. Windows color (decimal): -12921357 or 15979834. OLE color: 15979834.

HSL color Cylindrical-coordinate representation of color #3AD5F3: hue angle of 189.73º degrees, saturation: 0.89, 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 #3AD5F3 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB58213243-
CMYK0.760.1200.05
HSL189.73º88.52%59.02%-
HSV(B)189.73º76.13%95.29%-
XYZ41.7254.9693.2-
YUV170.08169.1548.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.28%
GREEN value IS 213 (83.59% from 255) = 41.44%
BLUE value IS 243 (95.31% from 255) = 47.28%
R=11.28%
G=41.44%
B=47.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582132430.760.1200.05189.7388.5259.02
Hex3AD5F34CC05be593b
Octal72325363114140527613173
Binary1110101101010111110011100110011000101101111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,213,243); }

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

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

 a { background-color: rgb(58,213,243); }

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

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

 span { border-color: rgb(58,213,243); }

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