Html Css Color HEX #0AEDC0 Bright Turquoise

📋 copy color: '#0AEDC0'

red 10 ◦ green 237 ◦ blue 192

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

Shades of Bright Turquoise #0AEDC0

Tints of Bright Turquoise #0AEDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.99%

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 2.28%
G = 53.99%
B = 43.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#0AEDC0 (or 0x0AEDC0) is known color: Bright Turquoise. HEX triplet: 0A, ED and C0. RGB value is (10,237,192). Sum of RGB (Red+Green+Blue) = 10+237+192=439 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEDC0 is #F5123F. Grayscale: #A3A3A3. Windows color (decimal): -16060992 or 12643594. OLE color: 12643594.

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

Color convert

RGB 10 237 192 -
CMYK 0.96 0 0.19 0.07
HSL 168.11º 0.92% 0.48% -
HSV(B) 168.11º 0.96% 0.93% -
XYZ 39.92 64.44 60.2 -
YUV 164 143.79 18.16 -
System Red Green Blue C M Y K H S L
Decimal 10 237 192 0.96 0 0.19 0.07 168.11 0.92 0.48
Hex A ED C0 60 0 13 7 A8 5C 30
Octal 12 355 300 140 0 23 7 250 134 60
Binary 1010 11101101 11000000 1100000 0 10011 111 10101000 1011100 110000

Color Harmonies of #0AEDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDC0

Black with #0AEDC0

Text Example


Text Example

White with #0AEDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,237,192); }

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

background-color css

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

 a { background-color: rgb(10,237,192); }

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

border-color css

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

 span { border-color: rgb(10,237,192); }

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