#3AFAF4

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

Shades of Turquoise #3AFAF4

Tints of Turquoise #3AFAF4

Color information

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

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

Color convert

RGB58250244-
CMYK0.7700.020.02
HSL178.12º95.05%60.39%-
HSV(B)178.12º76.8%98.04%-
XYZ52.2675.897.46-
YUV191.91157.3932.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal582502440.7700.020.02178.1295.0560.39
Hex3AFAF44D022b25f3c
Octal7237236411502226213774
Binary1110101111101011110100100110101010101100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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