Html Css Color HEX #4ADDDF Turquoise

📋 copy color: '#4ADDDF'

red 74 ◦ green 221 ◦ blue 223

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

Shades of Turquoise #4ADDDF

Tints of Turquoise #4ADDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 14.29%
G = 42.66%
B = 43.05%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ADDDF (or 0x4ADDDF) is known color: Turquoise. HEX triplet: 4A, DD and DF. RGB value is (74,221,223). Sum of RGB (Red+Green+Blue) = 74+221+223=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ADDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDDF is #B52220. Grayscale: #B1B1B1. Windows color (decimal): -11870753 or 14671178. OLE color: 14671178.

HSL color Cylindrical-coordinate representation of color #4ADDDF: hue angle of 180.81º degrees, saturation: 0.7, 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 #4ADDDF is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 223 -
CMYK 0.67 0.01 0 0.13
HSL 180.81º 0.7% 0.58% -
HSV(B) 180.81º 0.67% 0.87% -
XYZ 42 58.5 78.89 -
YUV 177.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 74 221 223 0.67 0.01 0 0.13 180.81 0.7 0.58
Hex 4A DD DF 43 1 0 D B5 46 3A
Octal 112 335 337 103 1 0 15 265 106 72
Binary 1001010 11011101 11011111 1000011 1 0 1101 10110101 1000110 111010

Color Harmonies of #4ADDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDDF

Black with #4ADDDF

Text Example


Text Example

White with #4ADDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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