Html Css Color HEX #0AFADC Bright Turquoise

📋 copy color: '#0AFADC'

red 10 ◦ green 250 ◦ blue 220

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

Shades of Bright Turquoise #0AFADC

Tints of Bright Turquoise #0AFADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 2.08%
G = 52.08%
B = 45.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#0AFADC (or 0x0AFADC) is known color: Bright Turquoise. HEX triplet: 0A, FA and DC. RGB value is (10,250,220). Sum of RGB (Red+Green+Blue) = 10+250+220=480 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFADC is #F50523. Grayscale: #AEAEAE. Windows color (decimal): -16057636 or 14481930. OLE color: 14481930.

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

Color convert

RGB 10 250 220 -
CMYK 0.96 0 0.12 0.02
HSL 172.5º 0.96% 0.51% -
HSV(B) 172.5º 0.96% 0.98% -
XYZ 47.23 73.6 79.43 -
YUV 174.82 153.49 10.44 -
System Red Green Blue C M Y K H S L
Decimal 10 250 220 0.96 0 0.12 0.02 172.5 0.96 0.51
Hex A FA DC 60 0 C 2 AC 60 33
Octal 12 372 334 140 0 14 2 254 140 63
Binary 1010 11111010 11011100 1100000 0 1100 10 10101100 1100000 110011

Color Harmonies of #0AFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFADC

Black with #0AFADC

Text Example


Text Example

White with #0AFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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