#3AFDF0

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

Shades of Turquoise #3AFDF0

Tints of Turquoise #3AFDF0

Color information

#3AFDF0 (or 0x3AFDF0) is unknown color: approx Turquoise. HEX triplet: 3A, FD and F0. RGB value is (58,253,240). Sum of RGB (Red+Green+Blue) = 58+253+240=551 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.53% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFDF0 is #C5020F. Grayscale: #C1C1C1. Windows color (decimal): -12911120 or 15793466. OLE color: 15793466.

HSL color Cylindrical-coordinate representation of color #3AFDF0: hue angle of 176º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFDF0 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB58253240-
CMYK0.7700.050.01
HSL176º97.99%60.98%-
HSV(B)176º77.08%99.22%-
XYZ52.677.4494.61-
YUV193.21154.431.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.53%
GREEN value IS 253 (99.22% from 255) = 45.92%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=10.53%
G=45.92%
B=43.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal582532400.7700.050.0117697.9960.98
Hex3AFDF04D051b0623d
Octal7237536011505126014275
Binary1110101111110111110000100110101011101100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,253,240); }

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

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

 a { background-color: rgb(58,253,240); }

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

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

 span { border-color: rgb(58,253,240); }

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