Html Css Color HEX #0ADCF6 Bright Turquoise

📋 copy color: '#0ADCF6'

red 10 ◦ green 220 ◦ blue 246

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

Shades of Bright Turquoise #0ADCF6

Tints of Bright Turquoise #0ADCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 2.1%
G = 46.22%
B = 51.68%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0ADCF6 (or 0x0ADCF6) is known color: Bright Turquoise. HEX triplet: 0A, DC and F6. RGB value is (10,220,246). Sum of RGB (Red+Green+Blue) = 10+220+246=476 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #0ADCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADCF6 is #F52309. Grayscale: #9F9F9F. Windows color (decimal): -16065290 or 16178186. OLE color: 16178186.

HSL color Cylindrical-coordinate representation of color #0ADCF6: hue angle of 186.61º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADCF6 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 10 220 246 -
CMYK 0.96 0.11 0 0.04
HSL 186.61º 0.93% 0.5% -
HSV(B) 186.61º 0.96% 0.96% -
XYZ 42.35 57.9 96.13 -
YUV 160.17 176.43 20.89 -
System Red Green Blue C M Y K H S L
Decimal 10 220 246 0.96 0.11 0 0.04 186.61 0.93 0.5
Hex A DC F6 60 B 0 4 BB 5D 32
Octal 12 334 366 140 13 0 4 273 135 62
Binary 1010 11011100 11110110 1100000 1011 0 100 10111011 1011101 110010

Color Harmonies of #0ADCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCF6

Black with #0ADCF6

Text Example


Text Example

White with #0ADCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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