#3AF3CA

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

Shades of Turquoise #3AF3CA

Tints of Turquoise #3AF3CA

Color information

#3AF3CA (or 0x3AF3CA) is unknown color: approx Turquoise. HEX triplet: 3A, F3 and CA. RGB value is (58,243,202). Sum of RGB (Red+Green+Blue) = 58+243+202=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3CA is #C50C35. Grayscale: #B6B6B6. Windows color (decimal): -12913718 or 13300538. OLE color: 13300538.

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

Color convert

RGB58243202-
CMYK0.7600.170.05
HSL166.7º88.52%59.02%-
HSV(B)166.7º76.13%95.29%-
XYZ44.4669.2666.9-
YUV183.01138.7138.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.53%
GREEN value IS 243 (95.31% from 255) = 48.31%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=11.53%
G=48.31%
B=40.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582432020.7600.170.05166.788.5259.02
Hex3AF3CA4C0115a7593b
Octal72363312114021524713173
Binary11101011110011110010101001100010001101101001111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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