#3AFEF1

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

Shades of Turquoise #3AFEF1

Tints of Turquoise #3AFEF1

Color information

#3AFEF1 (or 0x3AFEF1) is unknown color: approx Turquoise. HEX triplet: 3A, FE and F1. RGB value is (58,254,241). Sum of RGB (Red+Green+Blue) = 58+254+241=553 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.49% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEF1 is #C5010E. Grayscale: #C1C1C1. Windows color (decimal): -12910863 or 15859258. OLE color: 15859258.

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

Color convert

RGB58254241-
CMYK0.7700.050.00
HSL176.02º98.99%61.18%-
HSV(B)176.02º77.17%99.61%-
XYZ53.0678.1395.5-
YUV193.91154.5731.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.49%
GREEN value IS 254 (99.61% from 255) = 45.93%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=10.49%
G=45.93%
B=43.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal582542410.7700.050.00176.0298.9961.18
Hex3AFEF14D050b0633d
Octal7237636111505026014375
Binary1110101111111011110001100110101010101100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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