Html Css Color HEX #0AF2EA Bright Turquoise

📋 copy color: '#0AF2EA'

red 10 ◦ green 242 ◦ blue 234

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

Shades of Bright Turquoise #0AF2EA

Tints of Bright Turquoise #0AF2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 2.06%
G = 49.79%
B = 48.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#0AF2EA (or 0x0AF2EA) is known color: Bright Turquoise. HEX triplet: 0A, F2 and EA. RGB value is (10,242,234). Sum of RGB (Red+Green+Blue) = 10+242+234=486 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.06% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF2EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF2EA is #F50D15. Grayscale: #ABABAB. Windows color (decimal): -16059670 or 15397386. OLE color: 15397386.

HSL color Cylindrical-coordinate representation of color #0AF2EA: hue angle of 177.93º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF2EA is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 242 234 -
CMYK 0.96 0 0.03 0.05
HSL 177.93º 0.92% 0.49% -
HSV(B) 177.93º 0.96% 0.95% -
XYZ 46.73 69.51 88.8 -
YUV 171.72 163.14 12.65 -
System Red Green Blue C M Y K H S L
Decimal 10 242 234 0.96 0 0.03 0.05 177.93 0.92 0.49
Hex A F2 EA 60 0 3 5 B2 5C 31
Octal 12 362 352 140 0 3 5 262 134 61
Binary 1010 11110010 11101010 1100000 0 11 101 10110010 1011100 110001

Color Harmonies of #0AF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF2EA

Black with #0AF2EA

Text Example


Text Example

White with #0AF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,242,234); }

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

background-color css

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

 a { background-color: rgb(10,242,234); }

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

border-color css

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

 span { border-color: rgb(10,242,234); }

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