#3AF4FA

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

Shades of Turquoise #3AF4FA

Tints of Turquoise #3AF4FA

Color information

#3AF4FA (or 0x3AF4FA) is unknown color: approx Turquoise. HEX triplet: 3A, F4 and FA. RGB value is (58,244,250). Sum of RGB (Red+Green+Blue) = 58+244+250=552 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.51% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AF4FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF4FA is #C50B05. Grayscale: #BCBCBC. Windows color (decimal): -12913414 or 16446522. OLE color: 16446522.

HSL color Cylindrical-coordinate representation of color #3AF4FA: hue angle of 181.88º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF4FA is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB58244250-
CMYK0.770.0200.02
HSL181.88º95.05%60.39%-
HSV(B)181.88º76.8%98.04%-
XYZ51.3572.5101.73-
YUV189.07162.3834.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.51%
GREEN value IS 244 (95.70% from 255) = 44.20%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=10.51%
G=44.20%
B=45.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal582442500.770.0200.02181.8895.0560.39
Hex3AF4FA4D202b65f3c
Octal7236437211520226613774
Binary1110101111010011111010100110110010101101101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,244,250); }

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

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

 a { background-color: rgb(58,244,250); }

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

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

 span { border-color: rgb(58,244,250); }

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