#0AF1DA

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

Shades of Bright Turquoise #0AF1DA

Tints of Bright Turquoise #0AF1DA

Color information

#0AF1DA (or 0x0AF1DA) is unknown color: approx Bright Turquoise. HEX triplet: 0A, F1 and DA. RGB value is (10,241,218). Sum of RGB (Red+Green+Blue) = 10+241+218=469 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF1DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF1DA is #F50E25. Grayscale: #A9A9A9. Windows color (decimal): -16059942 or 14348554. OLE color: 14348554.

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

Color convert

RGB10241218-
CMYK0.9600.100.05
HSL174.03º92.03%49.22%-
HSV(B)174.03º95.85%94.51%-
XYZ44.2468.0477.13-
YUV169.31155.4714.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.13%
GREEN value IS 241 (94.53% from 255) = 51.39%
BLUE value IS 218 (85.55% from 255) = 46.48%
R=2.13%
G=51.39%
B=46.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102412180.9600.100.05174.0392.0349.22
HexAF1DA600A5ae5c31
Octal12361332140012525613461
Binary10101111000111011010110000001010101101011101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,241,218); }

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

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

 a { background-color: rgb(10,241,218); }

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

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

 span { border-color: rgb(10,241,218); }

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