Html Css Color HEX #0ADADD Bright Turquoise

📋 copy color: '#0ADADD'

red 10 ◦ green 218 ◦ blue 221

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

Shades of Bright Turquoise #0ADADD

Tints of Bright Turquoise #0ADADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.55%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 2.23%
G = 48.55%
B = 49.22%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ADADD (or 0x0ADADD) is known color: Bright Turquoise. HEX triplet: 0A, DA and DD. RGB value is (10,218,221). Sum of RGB (Red+Green+Blue) = 10+218+221=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #0ADADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADADD is #F52522. Grayscale: #9B9B9B. Windows color (decimal): -16065827 or 14539274. OLE color: 14539274.

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

Color convert

RGB 10 218 221 -
CMYK 0.95 0.01 0 0.13
HSL 180.85º 0.91% 0.45% -
HSV(B) 180.85º 0.95% 0.87% -
XYZ 38.25 55.43 77.09 -
YUV 156.15 164.59 23.76 -
System Red Green Blue C M Y K H S L
Decimal 10 218 221 0.95 0.01 0 0.13 180.85 0.91 0.45
Hex A DA DD 5F 1 0 D B5 5B 2D
Octal 12 332 335 137 1 0 15 265 133 55
Binary 1010 11011010 11011101 1011111 1 0 1101 10110101 1011011 101101

Color Harmonies of #0ADADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADADD

Black with #0ADADD

Text Example


Text Example

White with #0ADADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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