Html Css Color HEX #0ADDFA Bright Turquoise

📋 copy color: '#0ADDFA'

red 10 ◦ green 221 ◦ blue 250

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

Shades of Bright Turquoise #0ADDFA

Tints of Bright Turquoise #0ADDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.98%

R = 2.08%
G = 45.95%
B = 51.98%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0ADDFA (or 0x0ADDFA) is known color: Bright Turquoise. HEX triplet: 0A, DD and FA. RGB value is (10,221,250). Sum of RGB (Red+Green+Blue) = 10+221+250=481 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #0ADDFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADDFA is #F52205. Grayscale: #A0A0A0. Windows color (decimal): -16065030 or 16440586. OLE color: 16440586.

HSL color Cylindrical-coordinate representation of color #0ADDFA: hue angle of 187.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADDFA is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 221 250 -
CMYK 0.96 0.12 0 0.02
HSL 187.25º 0.96% 0.51% -
HSV(B) 187.25º 0.96% 0.98% -
XYZ 43.24 58.68 99.49 -
YUV 161.22 178.1 20.14 -
System Red Green Blue C M Y K H S L
Decimal 10 221 250 0.96 0.12 0 0.02 187.25 0.96 0.51
Hex A DD FA 60 C 0 2 BB 60 33
Octal 12 335 372 140 14 0 2 273 140 63
Binary 1010 11011101 11111010 1100000 1100 0 10 10111011 1100000 110011

Color Harmonies of #0ADDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADDFA

Black with #0ADDFA

Text Example


Text Example

White with #0ADDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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