Html Css Color HEX #4AFBDC Turquoise

📋 copy color: '#4AFBDC'

red 74 ◦ green 251 ◦ blue 220

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

Shades of Turquoise #4AFBDC

Tints of Turquoise #4AFBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 13.58%
G = 46.06%
B = 40.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#4AFBDC (or 0x4AFBDC) is known color: Turquoise. HEX triplet: 4A, FB and DC. RGB value is (74,251,220). Sum of RGB (Red+Green+Blue) = 74+251+220=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBDC is #B50423. Grayscale: #C2C2C2. Windows color (decimal): -11863076 or 14482250. OLE color: 14482250.

HSL color Cylindrical-coordinate representation of color #4AFBDC: hue angle of 169.49º 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 #4AFBDC is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 251 220 -
CMYK 0.71 0 0.12 0.02
HSL 169.49º 0.96% 0.64% -
HSV(B) 169.49º 0.71% 0.98% -
XYZ 50.24 75.62 79.66 -
YUV 194.54 142.36 42.02 -
System Red Green Blue C M Y K H S L
Decimal 74 251 220 0.71 0 0.12 0.02 169.49 0.96 0.64
Hex 4A FB DC 47 0 C 2 A9 60 40
Octal 112 373 334 107 0 14 2 251 140 100
Binary 1001010 11111011 11011100 1000111 0 1100 10 10101001 1100000 1000000

Color Harmonies of #4AFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBDC

Black with #4AFBDC

Text Example


Text Example

White with #4AFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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