Html Css Color HEX #4ADCEC Turquoise

📋 copy color: '#4ADCEC'

red 74 ◦ green 220 ◦ blue 236

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

Shades of Turquoise #4ADCEC

Tints of Turquoise #4ADCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 13.96%
G = 41.51%
B = 44.53%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4ADCEC (or 0x4ADCEC) is known color: Turquoise. HEX triplet: 4A, DC and EC. RGB value is (74,220,236). Sum of RGB (Red+Green+Blue) = 74+220+236=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #4ADCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADCEC is #B52313. Grayscale: #B1B1B1. Windows color (decimal): -11870996 or 15522890. OLE color: 15522890.

HSL color Cylindrical-coordinate representation of color #4ADCEC: hue angle of 185.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADCEC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 220 236 -
CMYK 0.69 0.07 0 0.07
HSL 185.93º 0.81% 0.61% -
HSV(B) 185.93º 0.69% 0.93% -
XYZ 43.56 58.7 88.39 -
YUV 178.17 160.63 53.7 -
System Red Green Blue C M Y K H S L
Decimal 74 220 236 0.69 0.07 0 0.07 185.93 0.81 0.61
Hex 4A DC EC 45 7 0 7 BA 51 3D
Octal 112 334 354 105 7 0 7 272 121 75
Binary 1001010 11011100 11101100 1000101 111 0 111 10111010 1010001 111101

Color Harmonies of #4ADCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCEC

Black with #4ADCEC

Text Example


Text Example

White with #4ADCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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