Html Css Color HEX #0AEBDA Bright Turquoise

📋 copy color: '#0AEBDA'

red 10 ◦ green 235 ◦ blue 218

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

Shades of Bright Turquoise #0AEBDA

Tints of Bright Turquoise #0AEBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 2.16%
G = 50.76%
B = 47.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#0AEBDA (or 0x0AEBDA) is known color: Bright Turquoise. HEX triplet: 0A, EB and DA. RGB value is (10,235,218). Sum of RGB (Red+Green+Blue) = 10+235+218=463 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEBDA is #F51425. Grayscale: #A5A5A5. Windows color (decimal): -16061478 or 14347018. OLE color: 14347018.

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

Color convert

RGB 10 235 218 -
CMYK 0.96 0 0.07 0.08
HSL 175.47º 0.92% 0.48% -
HSV(B) 175.47º 0.96% 0.92% -
XYZ 42.49 64.54 76.55 -
YUV 165.79 157.46 16.88 -
System Red Green Blue C M Y K H S L
Decimal 10 235 218 0.96 0 0.07 0.08 175.47 0.92 0.48
Hex A EB DA 60 0 7 8 AF 5C 30
Octal 12 353 332 140 0 7 10 257 134 60
Binary 1010 11101011 11011010 1100000 0 111 1000 10101111 1011100 110000

Color Harmonies of #0AEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEBDA

Black with #0AEBDA

Text Example


Text Example

White with #0AEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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