#0AFAC8

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

Shades of Bright Turquoise #0AFAC8

Tints of Bright Turquoise #0AFAC8

Color information

#0AFAC8 (or 0x0AFAC8) is unknown color: approx Bright Turquoise. HEX triplet: 0A, FA and C8. RGB value is (10,250,200). Sum of RGB (Red+Green+Blue) = 10+250+200=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFAC8 is #F50537. Grayscale: #ACACAC. Windows color (decimal): -16057656 or 13171210. OLE color: 13171210.

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

Color convert

RGB10250200-
CMYK0.9600.20.02
HSL167.5º96%50.98%-
HSV(B)167.5º96%98.04%-
XYZ44.7472.6166.3-
YUV172.54143.4912.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.17%
GREEN value IS 250 (98.05% from 255) = 54.35%
BLUE value IS 200 (78.52% from 255) = 43.48%
R=2.17%
G=54.35%
B=43.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal102502000.9600.20.02167.59650.98
HexAFAC8600142a86033
Octal12372310140024225014063
Binary10101111101011001000110000001010010101010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,250,200); }

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

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

 a { background-color: rgb(10,250,200); }

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

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

 span { border-color: rgb(10,250,200); }

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