Html Css Color HEX #4ADCCE Turquoise

📋 copy color: '#4ADCCE'

red 74 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #4ADCCE

Tints of Turquoise #4ADCCE

RGB

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

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

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

R = 14.8%
G = 44%
B = 41.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#4ADCCE (or 0x4ADCCE) is known color: Turquoise. HEX triplet: 4A, DC and CE. RGB value is (74,220,206). Sum of RGB (Red+Green+Blue) = 74+220+206=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCCE is #B52331. Grayscale: #AEAEAE. Windows color (decimal): -11871026 or 13556810. OLE color: 13556810.

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

Color convert

RGB 74 220 206 -
CMYK 0.66 0 0.06 0.14
HSL 174.25º 0.68% 0.58% -
HSV(B) 174.25º 0.66% 0.86% -
XYZ 39.56 57.1 67.33 -
YUV 174.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 74 220 206 0.66 0 0.06 0.14 174.25 0.68 0.58
Hex 4A DC CE 42 0 6 E AE 44 3A
Octal 112 334 316 102 0 6 16 256 104 72
Binary 1001010 11011100 11001110 1000010 0 110 1110 10101110 1000100 111010

Color Harmonies of #4ADCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCCE

Black with #4ADCCE

Text Example


Text Example

White with #4ADCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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