Html Css Color HEX #0ADCDD Bright Turquoise

📋 copy color: '#0ADCDD'

red 10 ◦ green 220 ◦ blue 221

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

Shades of Bright Turquoise #0ADCDD

Tints of Bright Turquoise #0ADCDD

RGB

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

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

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

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

CMYK

 C value IS 0.95

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #0ADCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCDD

Black with #0ADCDD

Text Example


Text Example

White with #0ADCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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