Html Css Color HEX #0ADFDC Bright Turquoise

📋 copy color: '#0ADFDC'

red 10 ◦ green 223 ◦ blue 220

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

Shades of Bright Turquoise #0ADFDC

Tints of Bright Turquoise #0ADFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.23%

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 2.21%
G = 49.23%
B = 48.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#0ADFDC (or 0x0ADFDC) is known color: Bright Turquoise. HEX triplet: 0A, DF and DC. RGB value is (10,223,220). Sum of RGB (Red+Green+Blue) = 10+223+220=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADFDC is #F52023. Grayscale: #9E9E9E. Windows color (decimal): -16064548 or 14475018. OLE color: 14475018.

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

Color convert

RGB 10 223 220 -
CMYK 0.96 0 0.01 0.13
HSL 179.15º 0.91% 0.46% -
HSV(B) 179.15º 0.96% 0.87% -
XYZ 39.43 58.01 76.83 -
YUV 158.97 162.43 21.74 -
System Red Green Blue C M Y K H S L
Decimal 10 223 220 0.96 0 0.01 0.13 179.15 0.91 0.46
Hex A DF DC 60 0 1 D B3 5B 2E
Octal 12 337 334 140 0 1 15 263 133 56
Binary 1010 11011111 11011100 1100000 0 1 1101 10110011 1011011 101110

Color Harmonies of #0ADFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADFDC

Black with #0ADFDC

Text Example


Text Example

White with #0ADFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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