Html Css Color HEX #0ADCE0 Bright Turquoise

📋 copy color: '#0ADCE0'

red 10 ◦ green 220 ◦ blue 224

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

Shades of Bright Turquoise #0ADCE0

Tints of Bright Turquoise #0ADCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.46%

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 2.2%
G = 48.46%
B = 49.34%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0ADCE0 (or 0x0ADCE0) is known color: Bright Turquoise. HEX triplet: 0A, DC and E0. RGB value is (10,220,224). Sum of RGB (Red+Green+Blue) = 10+220+224=454 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #0ADCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCE0 is #F5231F. Grayscale: #9D9D9D. Windows color (decimal): -16065312 or 14736394. OLE color: 14736394.

HSL color Cylindrical-coordinate representation of color #0ADCE0: hue angle of 181.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADCE0 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 220 224 -
CMYK 0.96 0.02 0 0.12
HSL 181.12º 0.91% 0.46% -
HSV(B) 181.12º 0.96% 0.88% -
XYZ 39.17 56.63 79.39 -
YUV 157.67 165.43 22.67 -
System Red Green Blue C M Y K H S L
Decimal 10 220 224 0.96 0.02 0 0.12 181.12 0.91 0.46
Hex A DC E0 60 2 0 C B5 5B 2E
Octal 12 334 340 140 2 0 14 265 133 56
Binary 1010 11011100 11100000 1100000 10 0 1100 10110101 1011011 101110

Color Harmonies of #0ADCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCE0

Black with #0ADCE0

Text Example


Text Example

White with #0ADCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,224); }

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

background-color css

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

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

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

border-color css

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

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

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