Html Css Color HEX #0AEDDD Bright Turquoise

📋 copy color: '#0AEDDD'

red 10 ◦ green 237 ◦ blue 221

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

Shades of Bright Turquoise #0AEDDD

Tints of Bright Turquoise #0AEDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 2.14%
G = 50.64%
B = 47.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#0AEDDD (or 0x0AEDDD) is known color: Bright Turquoise. HEX triplet: 0A, ED and DD. RGB value is (10,237,221). Sum of RGB (Red+Green+Blue) = 10+237+221=468 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEDDD is #F51222. Grayscale: #A7A7A7. Windows color (decimal): -16060963 or 14544138. OLE color: 14544138.

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

Color convert

RGB 10 237 221 -
CMYK 0.96 0 0.07 0.07
HSL 175.77º 0.92% 0.48% -
HSV(B) 175.77º 0.96% 0.93% -
XYZ 43.46 65.85 78.83 -
YUV 167.3 158.29 15.8 -
System Red Green Blue C M Y K H S L
Decimal 10 237 221 0.96 0 0.07 0.07 175.77 0.92 0.48
Hex A ED DD 60 0 7 7 B0 5C 30
Octal 12 355 335 140 0 7 7 260 134 60
Binary 1010 11101101 11011101 1100000 0 111 111 10110000 1011100 110000

Color Harmonies of #0AEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDDD

Black with #0AEDDD

Text Example


Text Example

White with #0AEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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