Html Css Color HEX #0AE5E7 Bright Turquoise

📋 copy color: '#0AE5E7'

red 10 ◦ green 229 ◦ blue 231

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

Shades of Bright Turquoise #0AE5E7

Tints of Bright Turquoise #0AE5E7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.72%

 BLUE value IS 231 (90.63% from 255) = 49.15%

R = 2.13%
G = 48.72%
B = 49.15%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0AE5E7 (or 0x0AE5E7) is known color: Bright Turquoise. HEX triplet: 0A, E5 and E7. RGB value is (10,229,231). Sum of RGB (Red+Green+Blue) = 10+229+231=470 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #0AE5E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AE5E7 is #F51A18. Grayscale: #A3A3A3. Windows color (decimal): -16063001 or 15197450. OLE color: 15197450.

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

Color convert

RGB 10 229 231 -
CMYK 0.96 0.01 0 0.09
HSL 180.54º 0.92% 0.47% -
HSV(B) 180.54º 0.96% 0.91% -
XYZ 42.57 61.87 85.3 -
YUV 163.75 165.95 18.34 -
System Red Green Blue C M Y K H S L
Decimal 10 229 231 0.96 0.01 0 0.09 180.54 0.92 0.47
Hex A E5 E7 60 1 0 9 B5 5C 2F
Octal 12 345 347 140 1 0 11 265 134 57
Binary 1010 11100101 11100111 1100000 1 0 1001 10110101 1011100 101111

Color Harmonies of #0AE5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE5E7

Black with #0AE5E7

Text Example


Text Example

White with #0AE5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,229,231); }

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

background-color css

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

 a { background-color: rgb(10,229,231); }

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

border-color css

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

 span { border-color: rgb(10,229,231); }

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