Html Css Color HEX #4ADEDD Turquoise

📋 copy color: '#4ADEDD'

red 74 ◦ green 222 ◦ blue 221

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

Shades of Turquoise #4ADEDD

Tints of Turquoise #4ADEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.94%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 14.31%
G = 42.94%
B = 42.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#4ADEDD (or 0x4ADEDD) is known color: Turquoise. HEX triplet: 4A, DE and DD. RGB value is (74,222,221). Sum of RGB (Red+Green+Blue) = 74+222+221=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEDD is #B52122. Grayscale: #B1B1B1. Windows color (decimal): -11870499 or 14540362. OLE color: 14540362.

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

Color convert

RGB 74 222 221 -
CMYK 0.67 0 0.00 0.13
HSL 179.59º 0.69% 0.58% -
HSV(B) 179.59º 0.67% 0.87% -
XYZ 42 58.92 77.57 -
YUV 177.63 152.47 54.08 -
System Red Green Blue C M Y K H S L
Decimal 74 222 221 0.67 0 0.00 0.13 179.59 0.69 0.58
Hex 4A DE DD 43 0 0 D B4 45 3A
Octal 112 336 335 103 0 0 15 264 105 72
Binary 1001010 11011110 11011101 1000011 0 0 1101 10110100 1000101 111010

Color Harmonies of #4ADEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADEDD

Black with #4ADEDD

Text Example


Text Example

White with #4ADEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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