Html Css Color HEX #0AEEE0 Bright Turquoise

📋 copy color: '#0AEEE0'

red 10 ◦ green 238 ◦ blue 224

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

Shades of Bright Turquoise #0AEEE0

Tints of Bright Turquoise #0AEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.42%

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 2.12%
G = 50.42%
B = 47.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#0AEEE0 (or 0x0AEEE0) is known color: Bright Turquoise. HEX triplet: 0A, EE and E0. RGB value is (10,238,224). Sum of RGB (Red+Green+Blue) = 10+238+224=472 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEEE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEEE0 is #F5111F. Grayscale: #A8A8A8. Windows color (decimal): -16060704 or 14741002. OLE color: 14741002.

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

Color convert

RGB 10 238 224 -
CMYK 0.96 0 0.06 0.07
HSL 176.32º 0.92% 0.49% -
HSV(B) 176.32º 0.96% 0.93% -
XYZ 44.15 66.6 81.05 -
YUV 168.23 159.46 15.14 -
System Red Green Blue C M Y K H S L
Decimal 10 238 224 0.96 0 0.06 0.07 176.32 0.92 0.49
Hex A EE E0 60 0 6 7 B0 5C 31
Octal 12 356 340 140 0 6 7 260 134 61
Binary 1010 11101110 11100000 1100000 0 110 111 10110000 1011100 110001

Color Harmonies of #0AEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEEE0

Black with #0AEEE0

Text Example


Text Example

White with #0AEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,238,224); }

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

background-color css

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

 a { background-color: rgb(10,238,224); }

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

border-color css

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

 span { border-color: rgb(10,238,224); }

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