Html Css Color HEX #4ADDEB Turquoise

📋 copy color: '#4ADDEB'

red 74 ◦ green 221 ◦ blue 235

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

Shades of Turquoise #4ADDEB

Tints of Turquoise #4ADDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 13.96%
G = 41.7%
B = 44.34%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ADDEB (or 0x4ADDEB) is known color: Turquoise. HEX triplet: 4A, DD and EB. RGB value is (74,221,235). Sum of RGB (Red+Green+Blue) = 74+221+235=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ADDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDEB is #B52214. Grayscale: #B2B2B2. Windows color (decimal): -11870741 or 15457610. OLE color: 15457610.

HSL color Cylindrical-coordinate representation of color #4ADDEB: hue angle of 185.22º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADDEB is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 221 235 -
CMYK 0.69 0.06 0 0.08
HSL 185.22º 0.8% 0.61% -
HSV(B) 185.22º 0.69% 0.92% -
XYZ 43.68 59.17 87.72 -
YUV 178.64 159.8 53.36 -
System Red Green Blue C M Y K H S L
Decimal 74 221 235 0.69 0.06 0 0.08 185.22 0.8 0.61
Hex 4A DD EB 45 6 0 8 B9 50 3D
Octal 112 335 353 105 6 0 10 271 120 75
Binary 1001010 11011101 11101011 1000101 110 0 1000 10111001 1010000 111101

Color Harmonies of #4ADDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDEB

Black with #4ADDEB

Text Example


Text Example

White with #4ADDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,221,235); }

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

background-color css

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

 a { background-color: rgb(74,221,235); }

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

border-color css

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

 span { border-color: rgb(74,221,235); }

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