Html Css Color HEX #0AECEB Bright Turquoise

📋 copy color: '#0AECEB'

red 10 ◦ green 236 ◦ blue 235

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

Shades of Bright Turquoise #0AECEB

Tints of Bright Turquoise #0AECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 2.08%
G = 49.06%
B = 48.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#0AECEB (or 0x0AECEB) is known color: Bright Turquoise. HEX triplet: 0A, EC and EB. RGB value is (10,236,235). Sum of RGB (Red+Green+Blue) = 10+236+235=481 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECEB is #F51314. Grayscale: #A8A8A8. Windows color (decimal): -16061205 or 15461386. OLE color: 15461386.

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

Color convert

RGB 10 236 235 -
CMYK 0.96 0 0.00 0.07
HSL 179.73º 0.92% 0.48% -
HSV(B) 179.73º 0.96% 0.93% -
XYZ 45.12 66.05 88.97 -
YUV 168.31 165.63 15.08 -
System Red Green Blue C M Y K H S L
Decimal 10 236 235 0.96 0 0.00 0.07 179.73 0.92 0.48
Hex A EC EB 60 0 0 7 B4 5C 30
Octal 12 354 353 140 0 0 7 264 134 60
Binary 1010 11101100 11101011 1100000 0 0 111 10110100 1011100 110000

Color Harmonies of #0AECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AECEB

Black with #0AECEB

Text Example


Text Example

White with #0AECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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