#3AF1CA

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

Shades of Turquoise #3AF1CA

Tints of Turquoise #3AF1CA

Color information

#3AF1CA (or 0x3AF1CA) is unknown color: approx Turquoise. HEX triplet: 3A, F1 and CA. RGB value is (58,241,202). Sum of RGB (Red+Green+Blue) = 58+241+202=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF1CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF1CA is #C50E35. Grayscale: #B5B5B5. Windows color (decimal): -12914230 or 13300026. OLE color: 13300026.

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

Color convert

RGB58241202-
CMYK0.7600.160.05
HSL167.21º86.73%58.63%-
HSV(B)167.21º75.93%94.51%-
XYZ43.8668.0766.71-
YUV181.84139.3739.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.58%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=11.58%
G=48.10%
B=40.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582412020.7600.160.05167.2186.7358.63
Hex3AF1CA4C0105a7573b
Octal72361312114020524712773
Binary11101011110001110010101001100010000101101001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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