Html Css Color HEX #4ADCDB Turquoise

📋 copy color: '#4ADCDB'

red 74 ◦ green 220 ◦ blue 219

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

Shades of Turquoise #4ADCDB

Tints of Turquoise #4ADCDB

RGB

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

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

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

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

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #4ADCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCDB

Black with #4ADCDB

Text Example


Text Example

White with #4ADCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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