Html Css Color HEX #0ADDCF Bright Turquoise

📋 copy color: '#0ADDCF'

red 10 ◦ green 221 ◦ blue 207

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

Shades of Bright Turquoise #0ADDCF

Tints of Bright Turquoise #0ADDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 2.28%
G = 50.46%
B = 47.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#0ADDCF (or 0x0ADDCF) is known color: Bright Turquoise. HEX triplet: 0A, DD and CF. RGB value is (10,221,207). Sum of RGB (Red+Green+Blue) = 10+221+207=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDCF is #F52230. Grayscale: #9C9C9C. Windows color (decimal): -16065073 or 13622538. OLE color: 13622538.

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

Color convert

RGB 10 221 207 -
CMYK 0.95 0 0.06 0.13
HSL 176.02º 0.91% 0.45% -
HSV(B) 176.02º 0.95% 0.87% -
XYZ 37.24 56.28 67.93 -
YUV 156.32 156.6 23.64 -
System Red Green Blue C M Y K H S L
Decimal 10 221 207 0.95 0 0.06 0.13 176.02 0.91 0.45
Hex A DD CF 5F 0 6 D B0 5B 2D
Octal 12 335 317 137 0 6 15 260 133 55
Binary 1010 11011101 11001111 1011111 0 110 1101 10110000 1011011 101101

Color Harmonies of #0ADDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADDCF

Black with #0ADDCF

Text Example


Text Example

White with #0ADDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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