Html Css Color HEX #4ADDDB Turquoise

📋 copy color: '#4ADDDB'

red 74 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #4ADDDB

Tints of Turquoise #4ADDDB

RGB

 RED value IS 74 (29.3% from 255) = 14.4%

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 14.4%
G = 43%
B = 42.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#4ADDDB (or 0x4ADDDB) is known color: Turquoise. HEX triplet: 4A, DD and DB. RGB value is (74,221,219). Sum of RGB (Red+Green+Blue) = 74+221+219=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDDB is #B52224. Grayscale: #B0B0B0. Windows color (decimal): -11870757 or 14409034. OLE color: 14409034.

HSL color Cylindrical-coordinate representation of color #4ADDDB: hue angle of 179.18º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADDDB is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 219 -
CMYK 0.67 0 0.01 0.13
HSL 179.18º 0.68% 0.58% -
HSV(B) 179.18º 0.67% 0.87% -
XYZ 41.47 58.28 76.08 -
YUV 176.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 74 221 219 0.67 0 0.01 0.13 179.18 0.68 0.58
Hex 4A DD DB 43 0 1 D B3 44 3A
Octal 112 335 333 103 0 1 15 263 104 72
Binary 1001010 11011101 11011011 1000011 0 1 1101 10110011 1000100 111010

Color Harmonies of #4ADDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDDB

Black with #4ADDDB

Text Example


Text Example

White with #4ADDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ADDDB; }

 p { color: rgb(74,221,219); }

 H1.HeaderClassName
 {
   color: #4ADDDB;
 }
 .AnyTagClassName
 {
   color: #4ADDDB;
 }
</style>

background-color css

<style>
 a { background-color: #4ADDDB; }

 a { background-color: rgb(74,221,219); }

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

border-color css

<style>
 span { border-color: #4ADDDB; }

 span { border-color: rgb(74,221,219); }

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