Html Css Color HEX #0ADDCE Bright Turquoise

📋 copy color: '#0ADDCE'

red 10 ◦ green 221 ◦ blue 206

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

Shades of Bright Turquoise #0ADDCE

Tints of Bright Turquoise #0ADDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 2.29%
G = 50.57%
B = 47.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#0ADDCE (or 0x0ADDCE) is known color: Bright Turquoise. HEX triplet: 0A, DD and CE. RGB value is (10,221,206). Sum of RGB (Red+Green+Blue) = 10+221+206=437 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDCE is #F52231. Grayscale: #9C9C9C. Windows color (decimal): -16065074 or 13557002. OLE color: 13557002.

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

Color convert

RGB 10 221 206 -
CMYK 0.95 0 0.07 0.13
HSL 175.73º 0.91% 0.45% -
HSV(B) 175.73º 0.95% 0.87% -
XYZ 37.12 56.23 67.29 -
YUV 156.2 156.1 23.72 -
System Red Green Blue C M Y K H S L
Decimal 10 221 206 0.95 0 0.07 0.13 175.73 0.91 0.45
Hex A DD CE 5F 0 7 D B0 5B 2D
Octal 12 335 316 137 0 7 15 260 133 55
Binary 1010 11011101 11001110 1011111 0 111 1101 10110000 1011011 101101

Color Harmonies of #0ADDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADDCE

Black with #0ADDCE

Text Example


Text Example

White with #0ADDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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