Html Css Color HEX #0ADDDC Bright Turquoise

📋 copy color: '#0ADDDC'

red 10 ◦ green 221 ◦ blue 220

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

Shades of Bright Turquoise #0ADDDC

Tints of Bright Turquoise #0ADDDC

RGB

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

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

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

R = 2.22%
G = 49%
B = 48.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#0ADDDC (or 0x0ADDDC) is known color: Bright Turquoise. HEX triplet: 0A, DD and DC. RGB value is (10,221,220). Sum of RGB (Red+Green+Blue) = 10+221+220=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDDC is #F52223. Grayscale: #9D9D9D. Windows color (decimal): -16065060 or 14474506. OLE color: 14474506.

HSL color Cylindrical-coordinate representation of color #0ADDDC: hue angle of 179.72º 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 #0ADDDC is Cyan = 0.95, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 221 220 -
CMYK 0.95 0 0.00 0.13
HSL 179.72º 0.91% 0.45% -
HSV(B) 179.72º 0.95% 0.87% -
XYZ 38.9 56.94 76.65 -
YUV 157.8 163.1 22.58 -
System Red Green Blue C M Y K H S L
Decimal 10 221 220 0.95 0 0.00 0.13 179.72 0.91 0.45
Hex A DD DC 5F 0 0 D B4 5B 2D
Octal 12 335 334 137 0 0 15 264 133 55
Binary 1010 11011101 11011100 1011111 0 0 1101 10110100 1011011 101101

Color Harmonies of #0ADDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADDDC

Black with #0ADDDC

Text Example


Text Example

White with #0ADDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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