Html Css Color HEX #0AFFE7 Bright Turquoise

📋 copy color: '#0AFFE7'

red 10 ◦ green 255 ◦ blue 231

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

Shades of Bright Turquoise #0AFFE7

Tints of Bright Turquoise #0AFFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 51.41%

 BLUE value IS 231 (90.63% from 255) = 46.57%

R = 2.02%
G = 51.41%
B = 46.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#0AFFE7 (or 0x0AFFE7) is known color: Bright Turquoise. HEX triplet: 0A, FF and E7. RGB value is (10,255,231). Sum of RGB (Red+Green+Blue) = 10+255+231=496 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.02% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFFE7 is #F50018. Grayscale: #B2B2B2. Windows color (decimal): -16056345 or 15204106. OLE color: 15204106.

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

Color convert

RGB 10 255 231 -
CMYK 0.96 0 0.09 0
HSL 174.12º 1% 0.52% -
HSV(B) 174.12º 0.96% 1% -
XYZ 50.31 77.35 87.88 -
YUV 179.01 157.33 7.45 -
System Red Green Blue C M Y K H S L
Decimal 10 255 231 0.96 0 0.09 0 174.12 1 0.52
Hex A FF E7 60 0 9 0 AE 64 34
Octal 12 377 347 140 0 11 0 256 144 64
Binary 1010 11111111 11100111 1100000 0 1001 0 10101110 1100100 110100

Color Harmonies of #0AFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFE7

Black with #0AFFE7

Text Example


Text Example

White with #0AFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,255,231); }

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

background-color css

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

 a { background-color: rgb(10,255,231); }

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

border-color css

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

 span { border-color: rgb(10,255,231); }

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