Html Css Color HEX #0AF7DC Bright Turquoise

📋 copy color: '#0AF7DC'

red 10 ◦ green 247 ◦ blue 220

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

Shades of Bright Turquoise #0AF7DC

Tints of Bright Turquoise #0AF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.78%

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

R = 2.1%
G = 51.78%
B = 46.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#0AF7DC (or 0x0AF7DC) is known color: Bright Turquoise. HEX triplet: 0A, F7 and DC. RGB value is (10,247,220). Sum of RGB (Red+Green+Blue) = 10+247+220=477 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF7DC is #F50823. Grayscale: #ACACAC. Windows color (decimal): -16058404 or 14481162. OLE color: 14481162.

HSL color Cylindrical-coordinate representation of color #0AF7DC: hue angle of 173.16º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF7DC is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 247 220 -
CMYK 0.96 0 0.11 0.03
HSL 173.16º 0.94% 0.5% -
HSV(B) 173.16º 0.96% 0.97% -
XYZ 46.3 71.75 79.12 -
YUV 173.06 154.48 11.7 -
System Red Green Blue C M Y K H S L
Decimal 10 247 220 0.96 0 0.11 0.03 173.16 0.94 0.5
Hex A F7 DC 60 0 B 3 AD 5E 32
Octal 12 367 334 140 0 13 3 255 136 62
Binary 1010 11110111 11011100 1100000 0 1011 11 10101101 1011110 110010

Color Harmonies of #0AF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF7DC

Black with #0AF7DC

Text Example


Text Example

White with #0AF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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