Html Css Color HEX #0AEBEC Bright Turquoise

📋 copy color: '#0AEBEC'

red 10 ◦ green 235 ◦ blue 236

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

Shades of Bright Turquoise #0AEBEC

Tints of Bright Turquoise #0AEBEC

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #0AEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEBEC

Black with #0AEBEC

Text Example


Text Example

White with #0AEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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