Html Css Color HEX #4ADCCF Turquoise

📋 copy color: '#4ADCCF'

red 74 ◦ green 220 ◦ blue 207

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

Shades of Turquoise #4ADCCF

Tints of Turquoise #4ADCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 14.77%
G = 43.91%
B = 41.32%

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

#4ADCCF (or 0x4ADCCF) is known color: Turquoise. HEX triplet: 4A, DC and CF. RGB value is (74,220,207). Sum of RGB (Red+Green+Blue) = 74+220+207=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCCF is #B52330. Grayscale: #AEAEAE. Windows color (decimal): -11871025 or 13622346. OLE color: 13622346.

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

Color convert

RGB 74 220 207 -
CMYK 0.66 0 0.06 0.14
HSL 174.66º 0.68% 0.58% -
HSV(B) 174.66º 0.66% 0.86% -
XYZ 39.68 57.15 67.97 -
YUV 174.86 146.13 56.06 -
System Red Green Blue C M Y K H S L
Decimal 74 220 207 0.66 0 0.06 0.14 174.66 0.68 0.58
Hex 4A DC CF 42 0 6 E AF 44 3A
Octal 112 334 317 102 0 6 16 257 104 72
Binary 1001010 11011100 11001111 1000010 0 110 1110 10101111 1000100 111010

Color Harmonies of #4ADCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCCF

Black with #4ADCCF

Text Example


Text Example

White with #4ADCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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