Html Css Color HEX #0AEBE8 Bright Turquoise

📋 copy color: '#0AEBE8'

red 10 ◦ green 235 ◦ blue 232

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

Shades of Bright Turquoise #0AEBE8

Tints of Bright Turquoise #0AEBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.27%

 BLUE value IS 232 (91.02% from 255) = 48.64%

R = 2.1%
G = 49.27%
B = 48.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#0AEBE8 (or 0x0AEBE8) is known color: Bright Turquoise. HEX triplet: 0A, EB and E8. RGB value is (10,235,232). Sum of RGB (Red+Green+Blue) = 10+235+232=477 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEBE8 is #F51417. Grayscale: #A7A7A7. Windows color (decimal): -16061464 or 15264522. OLE color: 15264522.

HSL color Cylindrical-coordinate representation of color #0AEBE8: hue angle of 179.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEBE8 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 235 232 -
CMYK 0.96 0 0.01 0.08
HSL 179.2º 0.92% 0.48% -
HSV(B) 179.2º 0.96% 0.92% -
XYZ 44.4 65.31 86.61 -
YUV 167.38 164.46 15.74 -
System Red Green Blue C M Y K H S L
Decimal 10 235 232 0.96 0 0.01 0.08 179.2 0.92 0.48
Hex A EB E8 60 0 1 8 B3 5C 30
Octal 12 353 350 140 0 1 10 263 134 60
Binary 1010 11101011 11101000 1100000 0 1 1000 10110011 1011100 110000

Color Harmonies of #0AEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEBE8

Black with #0AEBE8

Text Example


Text Example

White with #0AEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,235,232); }

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

background-color css

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

 a { background-color: rgb(10,235,232); }

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

border-color css

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

 span { border-color: rgb(10,235,232); }

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