Html Css Color HEX #0ADCE6 Bright Turquoise

📋 copy color: '#0ADCE6'

red 10 ◦ green 220 ◦ blue 230

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

Shades of Bright Turquoise #0ADCE6

Tints of Bright Turquoise #0ADCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50%

R = 2.17%
G = 47.83%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0ADCE6 (or 0x0ADCE6) is known color: Bright Turquoise. HEX triplet: 0A, DC and E6. RGB value is (10,220,230). Sum of RGB (Red+Green+Blue) = 10+220+230=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #0ADCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADCE6 is #F52319. Grayscale: #9E9E9E. Windows color (decimal): -16065306 or 15129610. OLE color: 15129610.

HSL color Cylindrical-coordinate representation of color #0ADCE6: hue angle of 182.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADCE6 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 220 230 -
CMYK 0.96 0.04 0 0.10
HSL 182.73º 0.92% 0.47% -
HSV(B) 182.73º 0.96% 0.9% -
XYZ 40 56.96 83.75 -
YUV 158.35 168.43 22.19 -
System Red Green Blue C M Y K H S L
Decimal 10 220 230 0.96 0.04 0 0.10 182.73 0.92 0.47
Hex A DC E6 60 4 0 A B7 5C 2F
Octal 12 334 346 140 4 0 12 267 134 57
Binary 1010 11011100 11100110 1100000 100 0 1010 10110111 1011100 101111

Color Harmonies of #0ADCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCE6

Black with #0ADCE6

Text Example


Text Example

White with #0ADCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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