Html Css Color HEX #0AF7BE Bright Turquoise

📋 copy color: '#0AF7BE'

red 10 ◦ green 247 ◦ blue 190

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

Shades of Bright Turquoise #0AF7BE

Tints of Bright Turquoise #0AF7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 2.24%
G = 55.26%
B = 42.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#0AF7BE (or 0x0AF7BE) is known color: Bright Turquoise. HEX triplet: 0A, F7 and BE. RGB value is (10,247,190). Sum of RGB (Red+Green+Blue) = 10+247+190=447 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 447); Green value is 247 (96.88% from 255 or 55.26% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF7BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF7BE is #F50841. Grayscale: #A9A9A9. Windows color (decimal): -16058434 or 12515082. OLE color: 12515082.

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

Color convert

RGB 10 247 190 -
CMYK 0.96 0 0.23 0.03
HSL 165.57º 0.94% 0.5% -
HSV(B) 165.57º 0.96% 0.97% -
XYZ 42.68 70.3 60.04 -
YUV 169.64 139.48 14.13 -
System Red Green Blue C M Y K H S L
Decimal 10 247 190 0.96 0 0.23 0.03 165.57 0.94 0.5
Hex A F7 BE 60 0 17 3 A6 5E 32
Octal 12 367 276 140 0 27 3 246 136 62
Binary 1010 11110111 10111110 1100000 0 10111 11 10100110 1011110 110010

Color Harmonies of #0AF7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF7BE

Black with #0AF7BE

Text Example


Text Example

White with #0AF7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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