Html Css Color HEX #0ADCD9 Bright Turquoise

📋 copy color: '#0ADCD9'

red 10 ◦ green 220 ◦ blue 217

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

Shades of Bright Turquoise #0ADCD9

Tints of Bright Turquoise #0ADCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.55%

R = 2.24%
G = 49.22%
B = 48.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#0ADCD9 (or 0x0ADCD9) is known color: Bright Turquoise. HEX triplet: 0A, DC and D9. RGB value is (10,220,217). Sum of RGB (Red+Green+Blue) = 10+220+217=447 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCD9 is #F52326. Grayscale: #9C9C9C. Windows color (decimal): -16065319 or 14277642. OLE color: 14277642.

HSL color Cylindrical-coordinate representation of color #0ADCD9: hue angle of 179.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADCD9 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 220 217 -
CMYK 0.95 0 0.01 0.14
HSL 179.14º 0.91% 0.45% -
HSV(B) 179.14º 0.95% 0.86% -
XYZ 38.24 56.26 74.49 -
YUV 156.87 161.93 23.24 -
System Red Green Blue C M Y K H S L
Decimal 10 220 217 0.95 0 0.01 0.14 179.14 0.91 0.45
Hex A DC D9 5F 0 1 E B3 5B 2D
Octal 12 334 331 137 0 1 16 263 133 55
Binary 1010 11011100 11011001 1011111 0 1 1110 10110011 1011011 101101

Color Harmonies of #0ADCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCD9

Black with #0ADCD9

Text Example


Text Example

White with #0ADCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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