#3AFAF3

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

Shades of Turquoise #3AFAF3

Tints of Turquoise #3AFAF3

Color information

#3AFAF3 (or 0x3AFAF3) is unknown color: approx Turquoise. HEX triplet: 3A, FA and F3. RGB value is (58,250,243). Sum of RGB (Red+Green+Blue) = 58+250+243=551 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.53% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AFAF3 is #C5050C. Grayscale: #BFBFBF. Windows color (decimal): -12911885 or 15989306. OLE color: 15989306.

HSL color Cylindrical-coordinate representation of color #3AFAF3: hue angle of 177.81º 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 #3AFAF3 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB58250243-
CMYK0.7700.030.02
HSL177.81º95.05%60.39%-
HSV(B)177.81º76.8%98.04%-
XYZ52.1175.7496.67-
YUV191.79156.8932.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.53%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=10.53%
G=45.37%
B=44.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal582502430.7700.030.02177.8195.0560.39
Hex3AFAF34D032b25f3c
Octal7237236311503226213774
Binary1110101111101011110011100110101110101100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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