Html Css Color HEX #0AEDEC Bright Turquoise

📋 copy color: '#0AEDEC'

red 10 ◦ green 237 ◦ blue 236

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

Shades of Bright Turquoise #0AEDEC

Tints of Bright Turquoise #0AEDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 2.07%
G = 49.07%
B = 48.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#0AEDEC (or 0x0AEDEC) is known color: Bright Turquoise. HEX triplet: 0A, ED and EC. RGB value is (10,237,236). Sum of RGB (Red+Green+Blue) = 10+237+236=483 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEDEC is #F51213. Grayscale: #A8A8A8. Windows color (decimal): -16060948 or 15527178. OLE color: 15527178.

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

Color convert

RGB 10 237 236 -
CMYK 0.96 0 0.00 0.07
HSL 179.74º 0.92% 0.48% -
HSV(B) 179.74º 0.96% 0.93% -
XYZ 45.55 66.69 89.83 -
YUV 169.01 165.79 14.58 -
System Red Green Blue C M Y K H S L
Decimal 10 237 236 0.96 0 0.00 0.07 179.74 0.92 0.48
Hex A ED EC 60 0 0 7 B4 5C 30
Octal 12 355 354 140 0 0 7 264 134 60
Binary 1010 11101101 11101100 1100000 0 0 111 10110100 1011100 110000

Color Harmonies of #0AEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDEC

Black with #0AEDEC

Text Example


Text Example

White with #0AEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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