Html Css Color HEX #0AECE6 Bright Turquoise

📋 copy color: '#0AECE6'

red 10 ◦ green 236 ◦ blue 230

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

Shades of Bright Turquoise #0AECE6

Tints of Bright Turquoise #0AECE6

RGB

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

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

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

R = 2.1%
G = 49.58%
B = 48.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#0AECE6 (or 0x0AECE6) is known color: Bright Turquoise. HEX triplet: 0A, EC and E6. RGB value is (10,236,230). Sum of RGB (Red+Green+Blue) = 10+236+230=476 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECE6 is #F51319. Grayscale: #A7A7A7. Windows color (decimal): -16061210 or 15133706. OLE color: 15133706.

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

Color convert

RGB 10 236 230 -
CMYK 0.96 0 0.03 0.07
HSL 178.41º 0.92% 0.48% -
HSV(B) 178.41º 0.96% 0.93% -
XYZ 44.4 65.77 85.22 -
YUV 167.74 163.13 15.49 -
System Red Green Blue C M Y K H S L
Decimal 10 236 230 0.96 0 0.03 0.07 178.41 0.92 0.48
Hex A EC E6 60 0 3 7 B2 5C 30
Octal 12 354 346 140 0 3 7 262 134 60
Binary 1010 11101100 11100110 1100000 0 11 111 10110010 1011100 110000

Color Harmonies of #0AECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AECE6

Black with #0AECE6

Text Example


Text Example

White with #0AECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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