#3AFEF0

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

Shades of Turquoise #3AFEF0

Tints of Turquoise #3AFEF0

Color information

#3AFEF0 (or 0x3AFEF0) is unknown color: approx Turquoise. HEX triplet: 3A, FE and F0. RGB value is (58,254,240). Sum of RGB (Red+Green+Blue) = 58+254+240=552 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.51% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFEF0 is #C5010F. Grayscale: #C1C1C1. Windows color (decimal): -12910864 or 15793722. OLE color: 15793722.

HSL color Cylindrical-coordinate representation of color #3AFEF0: hue angle of 175.71º 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 #3AFEF0 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB58254240-
CMYK0.7700.060.00
HSL175.71º98.99%61.18%-
HSV(B)175.71º77.17%99.61%-
XYZ52.9178.0794.72-
YUV193.8154.0731.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.51%
GREEN value IS 254 (99.61% from 255) = 46.01%
BLUE value IS 240 (94.14% from 255) = 43.48%
R=10.51%
G=46.01%
B=43.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal582542400.7700.060.00175.7198.9961.18
Hex3AFEF04D060b0633d
Octal7237636011506026014375
Binary1110101111111011110000100110101100101100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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