Html Css Color HEX #0ADCDA Bright Turquoise

📋 copy color: '#0ADCDA'

red 10 ◦ green 220 ◦ blue 218

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

Shades of Bright Turquoise #0ADCDA

Tints of Bright Turquoise #0ADCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 2.23%
G = 49.11%
B = 48.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#0ADCDA (or 0x0ADCDA) is known color: Bright Turquoise. HEX triplet: 0A, DC and DA. RGB value is (10,220,218). Sum of RGB (Red+Green+Blue) = 10+220+218=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCDA is #F52325. Grayscale: #9C9C9C. Windows color (decimal): -16065318 or 14343178. OLE color: 14343178.

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

Color convert

RGB 10 220 218 -
CMYK 0.95 0 0.01 0.14
HSL 179.43º 0.91% 0.45% -
HSV(B) 179.43º 0.95% 0.86% -
XYZ 38.37 56.31 75.18 -
YUV 156.98 162.43 23.16 -
System Red Green Blue C M Y K H S L
Decimal 10 220 218 0.95 0 0.01 0.14 179.43 0.91 0.45
Hex A DC DA 5F 0 1 E B3 5B 2D
Octal 12 334 332 137 0 1 16 263 133 55
Binary 1010 11011100 11011010 1011111 0 1 1110 10110011 1011011 101101

Color Harmonies of #0ADCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCDA

Black with #0ADCDA

Text Example


Text Example

White with #0ADCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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