Html Css Color HEX #0AFED0 Bright Turquoise

📋 copy color: '#0AFED0'

red 10 ◦ green 254 ◦ blue 208

#0AFED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0AFED0

Tints of Bright Turquoise #0AFED0

RGB

 RED value IS 10 (4.3% from 255) = 2.12%

 GREEN value IS 254 (99.61% from 255) = 53.81%

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 2.12%
G = 53.81%
B = 44.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#0AFED0 (or 0x0AFED0) is known color: Bright Turquoise. HEX triplet: 0A, FE and D0. RGB value is (10,254,208). Sum of RGB (Red+Green+Blue) = 10+254+208=472 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFED0 is #F5012F. Grayscale: #AFAFAF. Windows color (decimal): -16056624 or 13696522. OLE color: 13696522.

HSL color Cylindrical-coordinate representation of color #0AFED0: hue angle of 168.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFED0 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 10 254 208 -
CMYK 0.96 0 0.18 0.00
HSL 168.69º 0.99% 0.52% -
HSV(B) 168.69º 0.96% 1% -
XYZ 46.95 75.5 71.77 -
YUV 175.8 146.16 9.74 -
System Red Green Blue C M Y K H S L
Decimal 10 254 208 0.96 0 0.18 0.00 168.69 0.99 0.52
Hex A FE D0 60 0 12 0 A9 63 34
Octal 12 376 320 140 0 22 0 251 143 64
Binary 1010 11111110 11010000 1100000 0 10010 0 10101001 1100011 110100

Color Harmonies of #0AFED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFED0

Black with #0AFED0

Text Example


Text Example

White with #0AFED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,254,208); }

 H1.HeaderClassName
 {
   color: #0AFED0;
 }
 .AnyTagClassName
 {
   color: #0AFED0;
 }
</style>

background-color css

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

 a { background-color: rgb(10,254,208); }

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

border-color css

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

 span { border-color: rgb(10,254,208); }

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