#3AF3D5

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

Shades of Turquoise #3AF3D5

Tints of Turquoise #3AF3D5

Color information

#3AF3D5 (or 0x3AF3D5) is unknown color: approx Turquoise. HEX triplet: 3A, F3 and D5. RGB value is (58,243,213). Sum of RGB (Red+Green+Blue) = 58+243+213=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3D5 is #C50C2A. Grayscale: #B8B8B8. Windows color (decimal): -12913707 or 14021434. OLE color: 14021434.

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

Color convert

RGB58243213-
CMYK0.7600.120.05
HSL170.27º88.52%59.02%-
HSV(B)170.27º76.13%95.29%-
XYZ45.8169.874.01-
YUV184.26144.2137.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582432130.7600.120.05170.2788.5259.02
Hex3AF3D54C0C5aa593b
Octal72363325114014525213173
Binary1110101111001111010101100110001100101101010101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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