Html Css Color HEX #4AFBDB Turquoise

📋 copy color: '#4AFBDB'

red 74 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #4AFBDB

Tints of Turquoise #4AFBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.14%

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

R = 13.6%
G = 46.14%
B = 40.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#4AFBDB (or 0x4AFBDB) is known color: Turquoise. HEX triplet: 4A, FB and DB. RGB value is (74,251,219). Sum of RGB (Red+Green+Blue) = 74+251+219=544 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.60% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBDB is #B50424. Grayscale: #C2C2C2. Windows color (decimal): -11863077 or 14416714. OLE color: 14416714.

HSL color Cylindrical-coordinate representation of color #4AFBDB: hue angle of 169.15º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBDB is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 251 219 -
CMYK 0.71 0 0.13 0.02
HSL 169.15º 0.96% 0.64% -
HSV(B) 169.15º 0.71% 0.98% -
XYZ 50.11 75.56 78.96 -
YUV 194.43 141.86 42.1 -
System Red Green Blue C M Y K H S L
Decimal 74 251 219 0.71 0 0.13 0.02 169.15 0.96 0.64
Hex 4A FB DB 47 0 D 2 A9 60 40
Octal 112 373 333 107 0 15 2 251 140 100
Binary 1001010 11111011 11011011 1000111 0 1101 10 10101001 1100000 1000000

Color Harmonies of #4AFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBDB

Black with #4AFBDB

Text Example


Text Example

White with #4AFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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