Html Css Color HEX #0ADDD6 Bright Turquoise

📋 copy color: '#0ADDD6'

red 10 ◦ green 221 ◦ blue 214

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

Shades of Bright Turquoise #0ADDD6

Tints of Bright Turquoise #0ADDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 2.25%
G = 49.66%
B = 48.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#0ADDD6 (or 0x0ADDD6) is known color: Bright Turquoise. HEX triplet: 0A, DD and D6. RGB value is (10,221,214). Sum of RGB (Red+Green+Blue) = 10+221+214=445 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.25% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDD6 is #F52229. Grayscale: #9C9C9C. Windows color (decimal): -16065066 or 14081290. OLE color: 14081290.

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

Color convert

RGB 10 221 214 -
CMYK 0.95 0 0.03 0.13
HSL 178.01º 0.91% 0.45% -
HSV(B) 178.01º 0.95% 0.87% -
XYZ 38.12 56.63 72.54 -
YUV 157.11 160.1 23.07 -
System Red Green Blue C M Y K H S L
Decimal 10 221 214 0.95 0 0.03 0.13 178.01 0.91 0.45
Hex A DD D6 5F 0 3 D B2 5B 2D
Octal 12 335 326 137 0 3 15 262 133 55
Binary 1010 11011101 11010110 1011111 0 11 1101 10110010 1011011 101101

Color Harmonies of #0ADDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADDD6

Black with #0ADDD6

Text Example


Text Example

White with #0ADDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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