Html Css Color HEX #0AE8DD Bright Turquoise

📋 copy color: '#0AE8DD'

red 10 ◦ green 232 ◦ blue 221

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

Shades of Bright Turquoise #0AE8DD

Tints of Bright Turquoise #0AE8DD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.11%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 2.16%
G = 50.11%
B = 47.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#0AE8DD (or 0x0AE8DD) is known color: Bright Turquoise. HEX triplet: 0A, E8 and DD. RGB value is (10,232,221). Sum of RGB (Red+Green+Blue) = 10+232+221=463 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 463); Green value is 232 (91.02% from 255 or 50.11% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE8DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AE8DD is #F51722. Grayscale: #A4A4A4. Windows color (decimal): -16062243 or 14542858. OLE color: 14542858.

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

Color convert

RGB 10 232 221 -
CMYK 0.96 0 0.05 0.09
HSL 177.03º 0.92% 0.47% -
HSV(B) 177.03º 0.96% 0.91% -
XYZ 42.03 63 78.35 -
YUV 164.37 159.95 17.89 -
System Red Green Blue C M Y K H S L
Decimal 10 232 221 0.96 0 0.05 0.09 177.03 0.92 0.47
Hex A E8 DD 60 0 5 9 B1 5C 2F
Octal 12 350 335 140 0 5 11 261 134 57
Binary 1010 11101000 11011101 1100000 0 101 1001 10110001 1011100 101111

Color Harmonies of #0AE8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE8DD

Black with #0AE8DD

Text Example


Text Example

White with #0AE8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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