Html Css Color HEX #0AEFE6 Bright Turquoise

📋 copy color: '#0AEFE6'

red 10 ◦ green 239 ◦ blue 230

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

Shades of Bright Turquoise #0AEFE6

Tints of Bright Turquoise #0AEFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.9%

 BLUE value IS 230 (90.23% from 255) = 48.02%

R = 2.09%
G = 49.9%
B = 48.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#0AEFE6 (or 0x0AEFE6) is known color: Bright Turquoise. HEX triplet: 0A, EF and E6. RGB value is (10,239,230). Sum of RGB (Red+Green+Blue) = 10+239+230=479 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEFE6 is #F51019. Grayscale: #A9A9A9. Windows color (decimal): -16060442 or 15134474. OLE color: 15134474.

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

Color convert

RGB 10 239 230 -
CMYK 0.96 0 0.04 0.06
HSL 177.64º 0.92% 0.49% -
HSV(B) 177.64º 0.96% 0.94% -
XYZ 45.27 67.51 85.51 -
YUV 169.5 162.13 14.23 -
System Red Green Blue C M Y K H S L
Decimal 10 239 230 0.96 0 0.04 0.06 177.64 0.92 0.49
Hex A EF E6 60 0 4 6 B2 5C 31
Octal 12 357 346 140 0 4 6 262 134 61
Binary 1010 11101111 11100110 1100000 0 100 110 10110010 1011100 110001

Color Harmonies of #0AEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEFE6

Black with #0AEFE6

Text Example


Text Example

White with #0AEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,239,230); }

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

background-color css

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

 a { background-color: rgb(10,239,230); }

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

border-color css

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

 span { border-color: rgb(10,239,230); }

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