Html Css Color HEX #0AFADF Bright Turquoise

📋 copy color: '#0AFADF'

red 10 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #0AFADF

Tints of Bright Turquoise #0AFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.76%

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 2.07%
G = 51.76%
B = 46.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#0AFADF (or 0x0AFADF) is known color: Bright Turquoise. HEX triplet: 0A, FA and DF. RGB value is (10,250,223). Sum of RGB (Red+Green+Blue) = 10+250+223=483 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFADF is #F50520. Grayscale: #AFAFAF. Windows color (decimal): -16057633 or 14678538. OLE color: 14678538.

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

Color convert

RGB 10 250 223 -
CMYK 0.96 0 0.11 0.02
HSL 173.25º 0.96% 0.51% -
HSV(B) 173.25º 0.96% 0.98% -
XYZ 47.63 73.76 81.54 -
YUV 175.16 154.99 10.2 -
System Red Green Blue C M Y K H S L
Decimal 10 250 223 0.96 0 0.11 0.02 173.25 0.96 0.51
Hex A FA DF 60 0 B 2 AD 60 33
Octal 12 372 337 140 0 13 2 255 140 63
Binary 1010 11111010 11011111 1100000 0 1011 10 10101101 1100000 110011

Color Harmonies of #0AFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFADF

Black with #0AFADF

Text Example


Text Example

White with #0AFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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