Html Css Color HEX #0AEDEB Bright Turquoise

📋 copy color: '#0AEDEB'

red 10 ◦ green 237 ◦ blue 235

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

Shades of Bright Turquoise #0AEDEB

Tints of Bright Turquoise #0AEDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 2.07%
G = 49.17%
B = 48.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#0AEDEB (or 0x0AEDEB) is known color: Bright Turquoise. HEX triplet: 0A, ED and EB. RGB value is (10,237,235). Sum of RGB (Red+Green+Blue) = 10+237+235=482 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEDEB is #F51214. Grayscale: #A8A8A8. Windows color (decimal): -16060949 or 15461642. OLE color: 15461642.

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

Color convert

RGB 10 237 235 -
CMYK 0.96 0 0.01 0.07
HSL 179.47º 0.92% 0.48% -
HSV(B) 179.47º 0.96% 0.93% -
XYZ 45.4 66.63 89.07 -
YUV 168.9 165.29 14.66 -
System Red Green Blue C M Y K H S L
Decimal 10 237 235 0.96 0 0.01 0.07 179.47 0.92 0.48
Hex A ED EB 60 0 1 7 B3 5C 30
Octal 12 355 353 140 0 1 7 263 134 60
Binary 1010 11101101 11101011 1100000 0 1 111 10110011 1011100 110000

Color Harmonies of #0AEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDEB

Black with #0AEDEB

Text Example


Text Example

White with #0AEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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