Html Css Color HEX #0AE2DF Bright Turquoise

📋 copy color: '#0AE2DF'

red 10 ◦ green 226 ◦ blue 223

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

Shades of Bright Turquoise #0AE2DF

Tints of Bright Turquoise #0AE2DF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.24%

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 2.18%
G = 49.24%
B = 48.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#0AE2DF (or 0x0AE2DF) is known color: Bright Turquoise. HEX triplet: 0A, E2 and DF. RGB value is (10,226,223). Sum of RGB (Red+Green+Blue) = 10+226+223=459 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE2DF is #F51D20. Grayscale: #A0A0A0. Windows color (decimal): -16063777 or 14672394. OLE color: 14672394.

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

Color convert

RGB 10 226 223 -
CMYK 0.96 0 0.01 0.11
HSL 179.17º 0.92% 0.46% -
HSV(B) 179.17º 0.96% 0.89% -
XYZ 40.64 59.78 79.21 -
YUV 161.07 162.94 20.24 -
System Red Green Blue C M Y K H S L
Decimal 10 226 223 0.96 0 0.01 0.11 179.17 0.92 0.46
Hex A E2 DF 60 0 1 B B3 5C 2E
Octal 12 342 337 140 0 1 13 263 134 56
Binary 1010 11100010 11011111 1100000 0 1 1011 10110011 1011100 101110

Color Harmonies of #0AE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE2DF

Black with #0AE2DF

Text Example


Text Example

White with #0AE2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,226,223); }

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

background-color css

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

 a { background-color: rgb(10,226,223); }

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

border-color css

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

 span { border-color: rgb(10,226,223); }

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