Html Css Color HEX #0AECCE Bright Turquoise

📋 copy color: '#0AECCE'

red 10 ◦ green 236 ◦ blue 206

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

Shades of Bright Turquoise #0AECCE

Tints of Bright Turquoise #0AECCE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.21%

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 2.21%
G = 52.21%
B = 45.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#0AECCE (or 0x0AECCE) is known color: Bright Turquoise. HEX triplet: 0A, EC and CE. RGB value is (10,236,206). Sum of RGB (Red+Green+Blue) = 10+236+206=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AECCE is #F51331. Grayscale: #A4A4A4. Windows color (decimal): -16061234 or 13560842. OLE color: 13560842.

HSL color Cylindrical-coordinate representation of color #0AECCE: hue angle of 172.04º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECCE is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 236 206 -
CMYK 0.96 0 0.13 0.07
HSL 172.04º 0.92% 0.48% -
HSV(B) 172.04º 0.96% 0.93% -
XYZ 41.26 64.51 68.67 -
YUV 165.01 151.13 17.44 -
System Red Green Blue C M Y K H S L
Decimal 10 236 206 0.96 0 0.13 0.07 172.04 0.92 0.48
Hex A EC CE 60 0 D 7 AC 5C 30
Octal 12 354 316 140 0 15 7 254 134 60
Binary 1010 11101100 11001110 1100000 0 1101 111 10101100 1011100 110000

Color Harmonies of #0AECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AECCE

Black with #0AECCE

Text Example


Text Example

White with #0AECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,236,206); }

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

background-color css

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

 a { background-color: rgb(10,236,206); }

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

border-color css

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

 span { border-color: rgb(10,236,206); }

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