Html Css Color HEX #0AEBDF Bright Turquoise

📋 copy color: '#0AEBDF'

red 10 ◦ green 235 ◦ blue 223

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

Shades of Bright Turquoise #0AEBDF

Tints of Bright Turquoise #0AEBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 2.14%
G = 50.21%
B = 47.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#0AEBDF (or 0x0AEBDF) is known color: Bright Turquoise. HEX triplet: 0A, EB and DF. RGB value is (10,235,223). Sum of RGB (Red+Green+Blue) = 10+235+223=468 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEBDF is #F51420. Grayscale: #A6A6A6. Windows color (decimal): -16061473 or 14674698. OLE color: 14674698.

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

Color convert

RGB 10 235 223 -
CMYK 0.96 0 0.05 0.08
HSL 176.8º 0.92% 0.48% -
HSV(B) 176.8º 0.96% 0.92% -
XYZ 43.15 64.81 80.05 -
YUV 166.36 159.96 16.48 -
System Red Green Blue C M Y K H S L
Decimal 10 235 223 0.96 0 0.05 0.08 176.8 0.92 0.48
Hex A EB DF 60 0 5 8 B1 5C 30
Octal 12 353 337 140 0 5 10 261 134 60
Binary 1010 11101011 11011111 1100000 0 101 1000 10110001 1011100 110000

Color Harmonies of #0AEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEBDF

Black with #0AEBDF

Text Example


Text Example

White with #0AEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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