Html Css Color HEX #4AFBBC Turquoise

📋 copy color: '#4AFBBC'

red 74 ◦ green 251 ◦ blue 188

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

Shades of Turquoise #4AFBBC

Tints of Turquoise #4AFBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 14.42%
G = 48.93%
B = 36.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#4AFBBC (or 0x4AFBBC) is known color: Turquoise. HEX triplet: 4A, FB and BC. RGB value is (74,251,188). Sum of RGB (Red+Green+Blue) = 74+251+188=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBBC is #B50443. Grayscale: #BEBEBE. Windows color (decimal): -11863108 or 12385098. OLE color: 12385098.

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

Color convert

RGB 74 251 188 -
CMYK 0.71 0 0.25 0.02
HSL 158.64º 0.96% 0.64% -
HSV(B) 158.64º 0.71% 0.98% -
XYZ 46.4 74.08 59.43 -
YUV 190.9 126.36 44.62 -
System Red Green Blue C M Y K H S L
Decimal 74 251 188 0.71 0 0.25 0.02 158.64 0.96 0.64
Hex 4A FB BC 47 0 19 2 9F 60 40
Octal 112 373 274 107 0 31 2 237 140 100
Binary 1001010 11111011 10111100 1000111 0 11001 10 10011111 1100000 1000000

Color Harmonies of #4AFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBBC

Black with #4AFBBC

Text Example


Text Example

White with #4AFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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