#0AF3ED

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

Shades of Bright Turquoise #0AF3ED

Tints of Bright Turquoise #0AF3ED

Color information

#0AF3ED (or 0x0AF3ED) is unknown color: approx Bright Turquoise. HEX triplet: 0A, F3 and ED. RGB value is (10,243,237). Sum of RGB (Red+Green+Blue) = 10+243+237=490 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.04% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF3ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF3ED is #F50C12. Grayscale: #ACACAC. Windows color (decimal): -16059411 or 15594250. OLE color: 15594250.

HSL color Cylindrical-coordinate representation of color #0AF3ED: hue angle of 178.45º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF3ED is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB10243237-
CMYK0.9600.020.05
HSL178.45º92.09%49.61%-
HSV(B)178.45º95.88%95.29%-
XYZ47.4670.2891.18-
YUV172.65164.3111.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.04%
GREEN value IS 243 (95.31% from 255) = 49.59%
BLUE value IS 237 (92.97% from 255) = 48.37%
R=2.04%
G=49.59%
B=48.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102432370.9600.020.05178.4592.0949.61
HexAF3ED60025b25c32
Octal1236335514002526213462
Binary101011110011111011011100000010101101100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AF3ED; }

 p { color: rgb(10,243,237); }

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

<style>
 a { background-color: #0AF3ED; }

 a { background-color: rgb(10,243,237); }

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

<style>
 span { border-color: #0AF3ED; }

 span { border-color: rgb(10,243,237); }

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