Html Css Color HEX #0AE2DD Bright Turquoise

📋 copy color: '#0AE2DD'

red 10 ◦ green 226 ◦ blue 221

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

Shades of Bright Turquoise #0AE2DD

Tints of Bright Turquoise #0AE2DD

RGB

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

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

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

R = 2.19%
G = 49.45%
B = 48.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#0AE2DD (or 0x0AE2DD) is known color: Bright Turquoise. HEX triplet: 0A, E2 and DD. RGB value is (10,226,221). Sum of RGB (Red+Green+Blue) = 10+226+221=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE2DD is #F51D22. Grayscale: #A0A0A0. Windows color (decimal): -16063779 or 14541322. OLE color: 14541322.

HSL color Cylindrical-coordinate representation of color #0AE2DD: hue angle of 178.61º 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 #0AE2DD is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 226 221 -
CMYK 0.96 0 0.02 0.11
HSL 178.61º 0.92% 0.46% -
HSV(B) 178.61º 0.96% 0.89% -
XYZ 40.37 59.68 77.8 -
YUV 160.85 161.94 20.41 -
System Red Green Blue C M Y K H S L
Decimal 10 226 221 0.96 0 0.02 0.11 178.61 0.92 0.46
Hex A E2 DD 60 0 2 B B3 5C 2E
Octal 12 342 335 140 0 2 13 263 134 56
Binary 1010 11100010 11011101 1100000 0 10 1011 10110011 1011100 101110

Color Harmonies of #0AE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE2DD

Black with #0AE2DD

Text Example


Text Example

White with #0AE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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