#3AFBEA

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

Shades of Turquoise #3AFBEA

Tints of Turquoise #3AFBEA

Color information

#3AFBEA (or 0x3AFBEA) is unknown color: approx Turquoise. HEX triplet: 3A, FB and EA. RGB value is (58,251,234). Sum of RGB (Red+Green+Blue) = 58+251+234=543 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.68% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFBEA is #C50415. Grayscale: #BFBFBF. Windows color (decimal): -12911638 or 15399738. OLE color: 15399738.

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

Color convert

RGB58251234-
CMYK0.7700.070.02
HSL174.72º96.02%60.59%-
HSV(B)174.72º76.89%98.43%-
XYZ51.0975.8389.79-
YUV191.35152.0632.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.68%
GREEN value IS 251 (98.44% from 255) = 46.22%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=10.68%
G=46.22%
B=43.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal582512340.7700.070.02174.7296.0260.59
Hex3AFBEA4D072af603d
Octal7237335211507225714075
Binary11101011111011111010101001101011110101011111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,251,234); }

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

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

 a { background-color: rgb(58,251,234); }

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

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

 span { border-color: rgb(58,251,234); }

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