Html Css Color HEX #0ADCE1 Bright Turquoise

📋 copy color: '#0ADCE1'

red 10 ◦ green 220 ◦ blue 225

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

Shades of Bright Turquoise #0ADCE1

Tints of Bright Turquoise #0ADCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.45%

R = 2.2%
G = 48.35%
B = 49.45%

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

#0ADCE1 (or 0x0ADCE1) is known color: Bright Turquoise. HEX triplet: 0A, DC and E1. RGB value is (10,220,225). Sum of RGB (Red+Green+Blue) = 10+220+225=455 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #0ADCE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCE1 is #F5231E. Grayscale: #9D9D9D. Windows color (decimal): -16065311 or 14801930. OLE color: 14801930.

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

Color convert

RGB 10 220 225 -
CMYK 0.96 0.02 0 0.12
HSL 181.4º 0.91% 0.46% -
HSV(B) 181.4º 0.96% 0.88% -
XYZ 39.31 56.69 80.1 -
YUV 157.78 165.93 22.59 -
System Red Green Blue C M Y K H S L
Decimal 10 220 225 0.96 0.02 0 0.12 181.4 0.91 0.46
Hex A DC E1 60 2 0 C B5 5B 2E
Octal 12 334 341 140 2 0 14 265 133 56
Binary 1010 11011100 11100001 1100000 10 0 1100 10110101 1011011 101110

Color Harmonies of #0ADCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCE1

Black with #0ADCE1

Text Example


Text Example

White with #0ADCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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