Html Css Color HEX #4AFCDB Turquoise

📋 copy color: '#4AFCDB'

red 74 ◦ green 252 ◦ blue 219

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

Shades of Turquoise #4AFCDB

Tints of Turquoise #4AFCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.24%

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

R = 13.58%
G = 46.24%
B = 40.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#4AFCDB (or 0x4AFCDB) is known color: Turquoise. HEX triplet: 4A, FC and DB. RGB value is (74,252,219). Sum of RGB (Red+Green+Blue) = 74+252+219=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCDB is #B50324. Grayscale: #C2C2C2. Windows color (decimal): -11862821 or 14416970. OLE color: 14416970.

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

Color convert

RGB 74 252 219 -
CMYK 0.71 0 0.13 0.01
HSL 168.88º 0.97% 0.64% -
HSV(B) 168.88º 0.71% 0.99% -
XYZ 50.42 76.19 79.07 -
YUV 195.02 141.53 41.68 -
System Red Green Blue C M Y K H S L
Decimal 74 252 219 0.71 0 0.13 0.01 168.88 0.97 0.64
Hex 4A FC DB 47 0 D 1 A9 61 40
Octal 112 374 333 107 0 15 1 251 141 100
Binary 1001010 11111100 11011011 1000111 0 1101 1 10101001 1100001 1000000

Color Harmonies of #4AFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFCDB

Black with #4AFCDB

Text Example


Text Example

White with #4AFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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