Html Css Color HEX #0ADCD8 Bright Turquoise

📋 copy color: '#0ADCD8'

red 10 ◦ green 220 ◦ blue 216

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

Shades of Bright Turquoise #0ADCD8

Tints of Bright Turquoise #0ADCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.43%

R = 2.24%
G = 49.33%
B = 48.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#0ADCD8 (or 0x0ADCD8) is known color: Bright Turquoise. HEX triplet: 0A, DC and D8. RGB value is (10,220,216). Sum of RGB (Red+Green+Blue) = 10+220+216=446 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCD8 is #F52327. Grayscale: #9C9C9C. Windows color (decimal): -16065320 or 14212106. OLE color: 14212106.

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

Color convert

RGB 10 220 216 -
CMYK 0.95 0 0.02 0.14
HSL 178.86º 0.91% 0.45% -
HSV(B) 178.86º 0.95% 0.86% -
XYZ 38.11 56.21 73.81 -
YUV 156.75 161.43 23.33 -
System Red Green Blue C M Y K H S L
Decimal 10 220 216 0.95 0 0.02 0.14 178.86 0.91 0.45
Hex A DC D8 5F 0 2 E B3 5B 2D
Octal 12 334 330 137 0 2 16 263 133 55
Binary 1010 11011100 11011000 1011111 0 10 1110 10110011 1011011 101101

Color Harmonies of #0ADCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCD8

Black with #0ADCD8

Text Example


Text Example

White with #0ADCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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