Html Css Color HEX #4AFBC9 Turquoise

📋 copy color: '#4AFBC9'

red 74 ◦ green 251 ◦ blue 201

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

Shades of Turquoise #4AFBC9

Tints of Turquoise #4AFBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 14.07%
G = 47.72%
B = 38.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#4AFBC9 (or 0x4AFBC9) is known color: Turquoise. HEX triplet: 4A, FB and C9. RGB value is (74,251,201). Sum of RGB (Red+Green+Blue) = 74+251+201=526 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.07% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBC9 is #B50436. Grayscale: #C0C0C0. Windows color (decimal): -11863095 or 13237066. OLE color: 13237066.

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

Color convert

RGB 74 251 201 -
CMYK 0.71 0 0.20 0.02
HSL 163.05º 0.96% 0.64% -
HSV(B) 163.05º 0.71% 0.98% -
XYZ 47.86 74.67 67.15 -
YUV 192.38 132.86 43.57 -
System Red Green Blue C M Y K H S L
Decimal 74 251 201 0.71 0 0.20 0.02 163.05 0.96 0.64
Hex 4A FB C9 47 0 14 2 A3 60 40
Octal 112 373 311 107 0 24 2 243 140 100
Binary 1001010 11111011 11001001 1000111 0 10100 10 10100011 1100000 1000000

Color Harmonies of #4AFBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBC9

Black with #4AFBC9

Text Example


Text Example

White with #4AFBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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