Html Css Color HEX #4ADECE Turquoise

📋 copy color: '#4ADECE'

red 74 ◦ green 222 ◦ blue 206

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

Shades of Turquoise #4ADECE

Tints of Turquoise #4ADECE

RGB

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

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

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

R = 14.74%
G = 44.22%
B = 41.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#4ADECE (or 0x4ADECE) is known color: Turquoise. HEX triplet: 4A, DE and CE. RGB value is (74,222,206). Sum of RGB (Red+Green+Blue) = 74+222+206=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADECE is #B52131. Grayscale: #AFAFAF. Windows color (decimal): -11870514 or 13557322. OLE color: 13557322.

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

Color convert

RGB 74 222 206 -
CMYK 0.67 0 0.07 0.13
HSL 173.51º 0.69% 0.58% -
HSV(B) 173.51º 0.67% 0.87% -
XYZ 40.09 58.15 67.5 -
YUV 175.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 74 222 206 0.67 0 0.07 0.13 173.51 0.69 0.58
Hex 4A DE CE 43 0 7 D AE 45 3A
Octal 112 336 316 103 0 7 15 256 105 72
Binary 1001010 11011110 11001110 1000011 0 111 1101 10101110 1000101 111010

Color Harmonies of #4ADECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADECE

Black with #4ADECE

Text Example


Text Example

White with #4ADECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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