Html Css Color HEX #4ADBDC Turquoise

📋 copy color: '#4ADBDC'

red 74 ◦ green 219 ◦ blue 220

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

Shades of Turquoise #4ADBDC

Tints of Turquoise #4ADBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

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

R = 14.42%
G = 42.69%
B = 42.88%

CMYK

 C value IS 0.66

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ADBDC (or 0x4ADBDC) is known color: Turquoise. HEX triplet: 4A, DB and DC. RGB value is (74,219,220). Sum of RGB (Red+Green+Blue) = 74+219+220=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ADBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBDC is #B52423. Grayscale: #AFAFAF. Windows color (decimal): -11871268 or 14474058. OLE color: 14474058.

HSL color Cylindrical-coordinate representation of color #4ADBDC: hue angle of 180.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBDC is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 219 220 -
CMYK 0.66 0.00 0 0.14
HSL 180.41º 0.68% 0.58% -
HSV(B) 180.41º 0.66% 0.86% -
XYZ 41.07 57.29 76.6 -
YUV 175.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 74 219 220 0.66 0.00 0 0.14 180.41 0.68 0.58
Hex 4A DB DC 42 0 0 E B4 44 3A
Octal 112 333 334 102 0 0 16 264 104 72
Binary 1001010 11011011 11011100 1000010 0 0 1110 10110100 1000100 111010

Color Harmonies of #4ADBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBDC

Black with #4ADBDC

Text Example


Text Example

White with #4ADBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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