#3AFFF4

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

Shades of Turquoise #3AFFF4

Tints of Turquoise #3AFFF4

Color information

#3AFFF4 (or 0x3AFFF4) is unknown color: approx Turquoise. HEX triplet: 3A, FF and F4. RGB value is (58,255,244). Sum of RGB (Red+Green+Blue) = 58+255+244=557 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.41% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFFF4 is #C5000B. Grayscale: #C2C2C2. Windows color (decimal): -12910604 or 16056122. OLE color: 16056122.

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

Color convert

RGB58255244-
CMYK0.7700.040
HSL176.65º100%61.37%-
HSV(B)176.65º77.25%100%-
XYZ53.8378.9597.99-
YUV194.84155.7330.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.41%
GREEN value IS 255 (100% from 255) = 45.78%
BLUE value IS 244 (95.70% from 255) = 43.81%
R=10.41%
G=45.78%
B=43.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal582552440.7700.040176.6510061.37
Hex3AFFF44D040b1643d
Octal7237736411504026114475
Binary1110101111111111110100100110101000101100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,255,244); }

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

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

 a { background-color: rgb(58,255,244); }

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

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

 span { border-color: rgb(58,255,244); }

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