Html Css Color HEX #4ADFDC Turquoise

📋 copy color: '#4ADFDC'

red 74 ◦ green 223 ◦ blue 220

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

Shades of Turquoise #4ADFDC

Tints of Turquoise #4ADFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 14.31%
G = 43.13%
B = 42.55%

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

#4ADFDC (or 0x4ADFDC) is known color: Turquoise. HEX triplet: 4A, DF and DC. RGB value is (74,223,220). Sum of RGB (Red+Green+Blue) = 74+223+220=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADFDC is #B52023. Grayscale: #B1B1B1. Windows color (decimal): -11870244 or 14475082. OLE color: 14475082.

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

Color convert

RGB 74 223 220 -
CMYK 0.67 0 0.01 0.13
HSL 178.79º 0.7% 0.58% -
HSV(B) 178.79º 0.67% 0.87% -
XYZ 42.13 59.4 76.95 -
YUV 178.11 151.64 53.74 -
System Red Green Blue C M Y K H S L
Decimal 74 223 220 0.67 0 0.01 0.13 178.79 0.7 0.58
Hex 4A DF DC 43 0 1 D B3 46 3A
Octal 112 337 334 103 0 1 15 263 106 72
Binary 1001010 11011111 11011100 1000011 0 1 1101 10110011 1000110 111010

Color Harmonies of #4ADFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADFDC

Black with #4ADFDC

Text Example


Text Example

White with #4ADFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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