Html Css Color HEX #0ADDCC Dark Turquoise

📋 copy color: '#0ADDCC'

red 10 ◦ green 221 ◦ blue 204

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

Shades of Dark Turquoise #0ADDCC

Tints of Dark Turquoise #0ADDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.8%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 2.3%
G = 50.8%
B = 46.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#0ADDCC (or 0x0ADDCC) is known color: Dark Turquoise. HEX triplet: 0A, DD and CC. RGB value is (10,221,204). Sum of RGB (Red+Green+Blue) = 10+221+204=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDCC is #F52233. Grayscale: #9B9B9B. Windows color (decimal): -16065076 or 13425930. OLE color: 13425930.

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

Color convert

RGB 10 221 204 -
CMYK 0.95 0 0.08 0.13
HSL 175.17º 0.91% 0.45% -
HSV(B) 175.17º 0.95% 0.87% -
XYZ 36.88 56.14 66.02 -
YUV 155.97 155.1 23.88 -
System Red Green Blue C M Y K H S L
Decimal 10 221 204 0.95 0 0.08 0.13 175.17 0.91 0.45
Hex A DD CC 5F 0 8 D AF 5B 2D
Octal 12 335 314 137 0 10 15 257 133 55
Binary 1010 11011101 11001100 1011111 0 1000 1101 10101111 1011011 101101

Color Harmonies of #0ADDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADDCC

Black with #0ADDCC

Text Example


Text Example

White with #0ADDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,221,204); }

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

background-color css

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

 a { background-color: rgb(10,221,204); }

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

border-color css

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

 span { border-color: rgb(10,221,204); }

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