Html Css Color HEX #0AFAEA Bright Turquoise

📋 copy color: '#0AFAEA'

red 10 ◦ green 250 ◦ blue 234

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

Shades of Bright Turquoise #0AFAEA

Tints of Bright Turquoise #0AFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.61%

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

R = 2.02%
G = 50.61%
B = 47.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#0AFAEA (or 0x0AFAEA) is known color: Bright Turquoise. HEX triplet: 0A, FA and EA. RGB value is (10,250,234). Sum of RGB (Red+Green+Blue) = 10+250+234=494 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.02% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFAEA is #F50515. Grayscale: #B0B0B0. Windows color (decimal): -16057622 or 15399434. OLE color: 15399434.

HSL color Cylindrical-coordinate representation of color #0AFAEA: hue angle of 176º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFAEA is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 250 234 -
CMYK 0.96 0 0.06 0.02
HSL 176º 0.96% 0.51% -
HSV(B) 176º 0.96% 0.98% -
XYZ 49.16 74.38 89.61 -
YUV 176.42 160.49 9.3 -
System Red Green Blue C M Y K H S L
Decimal 10 250 234 0.96 0 0.06 0.02 176 0.96 0.51
Hex A FA EA 60 0 6 2 B0 60 33
Octal 12 372 352 140 0 6 2 260 140 63
Binary 1010 11111010 11101010 1100000 0 110 10 10110000 1100000 110011

Color Harmonies of #0AFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFAEA

Black with #0AFAEA

Text Example


Text Example

White with #0AFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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