Html Css Color HEX #4AF2DB Turquoise

📋 copy color: '#4AF2DB'

red 74 ◦ green 242 ◦ blue 219

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

Shades of Turquoise #4AF2DB

Tints of Turquoise #4AF2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

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

R = 13.83%
G = 45.23%
B = 40.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#4AF2DB (or 0x4AF2DB) is known color: Turquoise. HEX triplet: 4A, F2 and DB. RGB value is (74,242,219). Sum of RGB (Red+Green+Blue) = 74+242+219=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF2DB is #B50D24. Grayscale: #BDBDBD. Windows color (decimal): -11865381 or 14414410. OLE color: 14414410.

HSL color Cylindrical-coordinate representation of color #4AF2DB: hue angle of 171.79º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF2DB is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 242 219 -
CMYK 0.69 0 0.10 0.05
HSL 171.79º 0.87% 0.62% -
HSV(B) 171.79º 0.69% 0.95% -
XYZ 47.36 70.07 78.05 -
YUV 189.15 144.84 45.87 -
System Red Green Blue C M Y K H S L
Decimal 74 242 219 0.69 0 0.10 0.05 171.79 0.87 0.62
Hex 4A F2 DB 45 0 A 5 AC 57 3E
Octal 112 362 333 105 0 12 5 254 127 76
Binary 1001010 11110010 11011011 1000101 0 1010 101 10101100 1010111 111110

Color Harmonies of #4AF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF2DB

Black with #4AF2DB

Text Example


Text Example

White with #4AF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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