Html Css Color HEX #0AEBCB Bright Turquoise

📋 copy color: '#0AEBCB'

red 10 ◦ green 235 ◦ blue 203

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

Shades of Bright Turquoise #0AEBCB

Tints of Bright Turquoise #0AEBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 2.23%
G = 52.46%
B = 45.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#0AEBCB (or 0x0AEBCB) is known color: Bright Turquoise. HEX triplet: 0A, EB and CB. RGB value is (10,235,203). Sum of RGB (Red+Green+Blue) = 10+235+203=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEBCB is #F51434. Grayscale: #A3A3A3. Windows color (decimal): -16061493 or 13363978. OLE color: 13363978.

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

Color convert

RGB 10 235 203 -
CMYK 0.96 0 0.14 0.08
HSL 171.47º 0.92% 0.48% -
HSV(B) 171.47º 0.96% 0.92% -
XYZ 40.61 63.79 66.67 -
YUV 164.08 149.96 18.1 -
System Red Green Blue C M Y K H S L
Decimal 10 235 203 0.96 0 0.14 0.08 171.47 0.92 0.48
Hex A EB CB 60 0 E 8 AB 5C 30
Octal 12 353 313 140 0 16 10 253 134 60
Binary 1010 11101011 11001011 1100000 0 1110 1000 10101011 1011100 110000

Color Harmonies of #0AEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEBCB

Black with #0AEBCB

Text Example


Text Example

White with #0AEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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