Html Css Color HEX #0AF8E1 Bright Turquoise

📋 copy color: '#0AF8E1'

red 10 ◦ green 248 ◦ blue 225

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

Shades of Bright Turquoise #0AF8E1

Tints of Bright Turquoise #0AF8E1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.35%

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 2.07%
G = 51.35%
B = 46.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#0AF8E1 (or 0x0AF8E1) is known color: Bright Turquoise. HEX triplet: 0A, F8 and E1. RGB value is (10,248,225). Sum of RGB (Red+Green+Blue) = 10+248+225=483 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF8E1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF8E1 is #F5071E. Grayscale: #AEAEAE. Windows color (decimal): -16058143 or 14809098. OLE color: 14809098.

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

Color convert

RGB 10 248 225 -
CMYK 0.96 0 0.09 0.03
HSL 174.2º 0.94% 0.51% -
HSV(B) 174.2º 0.96% 0.97% -
XYZ 47.28 72.64 82.76 -
YUV 174.22 156.65 10.87 -
System Red Green Blue C M Y K H S L
Decimal 10 248 225 0.96 0 0.09 0.03 174.2 0.94 0.51
Hex A F8 E1 60 0 9 3 AE 5E 33
Octal 12 370 341 140 0 11 3 256 136 63
Binary 1010 11111000 11100001 1100000 0 1001 11 10101110 1011110 110011

Color Harmonies of #0AF8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF8E1

Black with #0AF8E1

Text Example


Text Example

White with #0AF8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,248,225); }

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

background-color css

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

 a { background-color: rgb(10,248,225); }

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

border-color css

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

 span { border-color: rgb(10,248,225); }

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