Html Css Color HEX #0ADCE9 Bright Turquoise

📋 copy color: '#0ADCE9'

red 10 ◦ green 220 ◦ blue 233

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

Shades of Bright Turquoise #0ADCE9

Tints of Bright Turquoise #0ADCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.32%

R = 2.16%
G = 47.52%
B = 50.32%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0ADCE9 (or 0x0ADCE9) is known color: Bright Turquoise. HEX triplet: 0A, DC and E9. RGB value is (10,220,233). Sum of RGB (Red+Green+Blue) = 10+220+233=463 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #0ADCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADCE9 is #F52316. Grayscale: #9E9E9E. Windows color (decimal): -16065303 or 15326218. OLE color: 15326218.

HSL color Cylindrical-coordinate representation of color #0ADCE9: hue angle of 183.5º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADCE9 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 10 220 233 -
CMYK 0.96 0.06 0 0.09
HSL 183.5º 0.92% 0.48% -
HSV(B) 183.5º 0.96% 0.91% -
XYZ 40.43 57.13 85.99 -
YUV 158.69 169.93 21.94 -
System Red Green Blue C M Y K H S L
Decimal 10 220 233 0.96 0.06 0 0.09 183.5 0.92 0.48
Hex A DC E9 60 6 0 9 B7 5C 30
Octal 12 334 351 140 6 0 11 267 134 60
Binary 1010 11011100 11101001 1100000 110 0 1001 10110111 1011100 110000

Color Harmonies of #0ADCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCE9

Black with #0ADCE9

Text Example


Text Example

White with #0ADCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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