Html Css Color HEX #0AEDED Bright Turquoise

📋 copy color: '#0AEDED'

red 10 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #0AEDED

Tints of Bright Turquoise #0AEDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 2.07%
G = 48.97%
B = 48.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0AEDED (or 0x0AEDED) is known color: Bright Turquoise. HEX triplet: 0A, ED and ED. RGB value is (10,237,237). Sum of RGB (Red+Green+Blue) = 10+237+237=484 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #0AEDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEDED is #F51212. Grayscale: #A8A8A8. Windows color (decimal): -16060947 or 15592714. OLE color: 15592714.

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

Color convert

RGB 10 237 237 -
CMYK 0.96 0 0 0.07
HSL 180º 0.92% 0.48% -
HSV(B) 180º 0.96% 0.93% -
XYZ 45.7 66.75 90.6 -
YUV 169.13 166.29 14.5 -
System Red Green Blue C M Y K H S L
Decimal 10 237 237 0.96 0 0 0.07 180 0.92 0.48
Hex A ED ED 60 0 0 7 B4 5C 30
Octal 12 355 355 140 0 0 7 264 134 60
Binary 1010 11101101 11101101 1100000 0 0 111 10110100 1011100 110000

Color Harmonies of #0AEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDED

Black with #0AEDED

Text Example


Text Example

White with #0AEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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