Html Css Color HEX #4AFBC8 Turquoise

📋 copy color: '#4AFBC8'

red 74 ◦ green 251 ◦ blue 200

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

Shades of Turquoise #4AFBC8

Tints of Turquoise #4AFBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 14.1%
G = 47.81%
B = 38.1%

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

#4AFBC8 (or 0x4AFBC8) is known color: Turquoise. HEX triplet: 4A, FB and C8. RGB value is (74,251,200). Sum of RGB (Red+Green+Blue) = 74+251+200=525 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.10% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBC8 is #B50437. Grayscale: #C0C0C0. Windows color (decimal): -11863096 or 13171530. OLE color: 13171530.

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

Color convert

RGB 74 251 200 -
CMYK 0.71 0 0.20 0.02
HSL 162.71º 0.96% 0.64% -
HSV(B) 162.71º 0.71% 0.98% -
XYZ 47.75 74.62 66.53 -
YUV 192.26 132.36 43.65 -
System Red Green Blue C M Y K H S L
Decimal 74 251 200 0.71 0 0.20 0.02 162.71 0.96 0.64
Hex 4A FB C8 47 0 14 2 A3 60 40
Octal 112 373 310 107 0 24 2 243 140 100
Binary 1001010 11111011 11001000 1000111 0 10100 10 10100011 1100000 1000000

Color Harmonies of #4AFBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBC8

Black with #4AFBC8

Text Example


Text Example

White with #4AFBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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