#3AF2CF

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

Shades of Turquoise #3AF2CF

Tints of Turquoise #3AF2CF

Color information

#3AF2CF (or 0x3AF2CF) is unknown color: approx Turquoise. HEX triplet: 3A, F2 and CF. RGB value is (58,242,207). Sum of RGB (Red+Green+Blue) = 58+242+207=507 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.44% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF2CF is #C50D30. Grayscale: #B6B6B6. Windows color (decimal): -12913969 or 13627962. OLE color: 13627962.

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

Color convert

RGB58242207-
CMYK0.7600.140.05
HSL168.59º87.62%58.82%-
HSV(B)168.59º76.03%94.9%-
XYZ44.7668.9169.97-
YUV182.99141.5438.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.44%
GREEN value IS 242 (94.92% from 255) = 47.73%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=11.44%
G=47.73%
B=40.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582422070.7600.140.05168.5987.6258.82
Hex3AF2CF4C0E5a9583b
Octal72362317114016525113073
Binary1110101111001011001111100110001110101101010011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,242,207); }

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

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

 a { background-color: rgb(58,242,207); }

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

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

 span { border-color: rgb(58,242,207); }

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