Html Css Color HEX #4AFFDB Turquoise

📋 copy color: '#4AFFDB'

red 74 ◦ green 255 ◦ blue 219

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

Shades of Turquoise #4AFFDB

Tints of Turquoise #4AFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 46.53%

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

R = 13.5%
G = 46.53%
B = 39.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#4AFFDB (or 0x4AFFDB) is known color: Turquoise. HEX triplet: 4A, FF and DB. RGB value is (74,255,219). Sum of RGB (Red+Green+Blue) = 74+255+219=548 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.50% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFDB is #B50024. Grayscale: #C4C4C4. Windows color (decimal): -11862053 or 14417738. OLE color: 14417738.

HSL color Cylindrical-coordinate representation of color #4AFFDB: hue angle of 168.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFDB is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 74 255 219 -
CMYK 0.71 0 0.14 0
HSL 168.07º 1% 0.65% -
HSV(B) 168.07º 0.71% 1% -
XYZ 51.37 78.09 79.38 -
YUV 196.78 140.53 40.43 -
System Red Green Blue C M Y K H S L
Decimal 74 255 219 0.71 0 0.14 0 168.07 1 0.65
Hex 4A FF DB 47 0 E 0 A8 64 41
Octal 112 377 333 107 0 16 0 250 144 101
Binary 1001010 11111111 11011011 1000111 0 1110 0 10101000 1100100 1000001

Color Harmonies of #4AFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFDB

Black with #4AFFDB

Text Example


Text Example

White with #4AFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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